Class Code


  • public class Code
    extends Object
    Datentyp für die Übermittlung von Codes (vgl. XÖV-Handbuch).

    Java class for Code complex type.

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

     <complexType name="Code">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="code" type="{http://www.w3.org/2001/XMLSchema}token" form="unqualified"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}normalizedString" minOccurs="0" form="unqualified"/>
           </sequence>
           <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • listURI

        protected String listURI
      • listVersionID

        protected String listVersionID
    • Constructor Detail

      • Code

        public Code()
    • Method Detail

      • getCode

        public String getCode()
        Gets the value of the code property.
        Returns:
        possible object is String
      • setCode

        public void setCode​(String value)
        Sets the value of the code property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getListURI

        public String getListURI()
        Gets the value of the listURI property.
        Returns:
        possible object is String
      • setListURI

        public void setListURI​(String value)
        Sets the value of the listURI property.
        Parameters:
        value - allowed object is String
      • getListVersionID

        public String getListVersionID()
        Gets the value of the listVersionID property.
        Returns:
        possible object is String
      • setListVersionID

        public void setListVersionID​(String value)
        Sets the value of the listVersionID property.
        Parameters:
        value - allowed object is String