Package org.keycloak.dom.saml.v2.mdui
Class LogoType
java.lang.Object
org.keycloak.dom.saml.v2.mdui.LogoType
Java class for localizedURIType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogoType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
<attribute name="height" type="positiveInteger" use="required""/>
<attribute name="width" type="positiveInteger" use="required""/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}lang "/>
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
height
protected int height -
width
protected int width -
lang
-
-
Constructor Details
-
LogoType
public LogoType(int height, int width)
-
-
Method Details