Class LogoType

java.lang.Object
org.keycloak.dom.saml.v2.mdui.LogoType

public class LogoType extends Object

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 Details

    • value

      protected URI value
    • height

      protected int height
    • width

      protected int width
    • lang

      protected String lang
  • Constructor Details

    • LogoType

      public LogoType(int height, int width)
  • Method Details

    • getValue

      public URI getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(URI value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
    • setLang

      public void setLang(String lang)
    • getHeight

      public int getHeight()
    • getWidth

      public int getWidth()