Class 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>
     
    • Constructor Detail

      • KeywordsType

        public KeywordsType​(String lang)
    • Method Detail

      • setValues

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

        public String getLang()