Class KeywordsType

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

public class KeywordsType extends Object

Java class for localizedURIType complex type.

The following schema fragment specifies the expected content contained within this class.

  <complexType name="KeywordsType">
   <simpleContent>
     <extension base="mdui:listOfStrings">
       <attribute ref="{http://www.w3.org/XML/1998/namespace}lang  use="required""/>
     </extension>
   </simpleContent>
 </complexType>
 <simpleType name="listOfStrings">
   <list itemType="string"/>
 </simpleType>
 
  • Field Details

  • Constructor Details

    • KeywordsType

      public KeywordsType(String lang)
  • Method Details

    • getValues

      public List<String> getValues()
    • setValues

      public void setValues(List<String> values)
    • getLang

      public String getLang()