Class CodeType

  • Direct Known Subclasses:
    CodeType

    public class CodeType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">UNDT000007</ccts:UniqueID>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">CCT</ccts:CategoryCode>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Code. Type</ccts:DictionaryEntryName>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">1.0</ccts:VersionID>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:Definition xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">A character string (letters, figures, or symbols) that for brevity and/or languange independence may be used to represent or replace a definitive value or text of an attribute together with relevant supplementary information.</ccts:Definition>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:RepresentationTermName xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Code</ccts:RepresentationTermName>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">string</ccts:PrimitiveType>
     
     <?xml version="1.0" encoding="UTF-8"?><ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns:cct="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Should not be used if the character string identifies an instance of an object class or an object in the real world, in which case the Identifier. Type should be used.</ccts:UsageRule>
     

    Java class for CodeType complex type.

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

     <complexType name="CodeType">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>normalizedString">
           <attribute name="listID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
           <attribute name="listAgencyID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
           <attribute name="listAgencyName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="listName" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="listVersionID" type="{http://www.w3.org/2001/XMLSchema}normalizedString" />
           <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="languageID" type="{http://www.w3.org/2001/XMLSchema}language" />
           <attribute name="listURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
           <attribute name="listSchemeURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Field Detail

      • value

        protected String value
      • listID

        protected String listID
      • listAgencyID

        protected String listAgencyID
      • listAgencyName

        protected String listAgencyName
      • listName

        protected String listName
      • listVersionID

        protected String listVersionID
      • languageID

        protected String languageID
      • listURI

        protected String listURI
      • listSchemeURI

        protected String listSchemeURI
    • Constructor Detail

      • CodeType

        public CodeType()
    • Method Detail

      • getValue

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

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

        public String getListID()
        Gets the value of the listID property.
        Returns:
        possible object is String
      • setListID

        public void setListID​(String value)
        Sets the value of the listID property.
        Parameters:
        value - allowed object is String
      • getListAgencyID

        public String getListAgencyID()
        Gets the value of the listAgencyID property.
        Returns:
        possible object is String
      • setListAgencyID

        public void setListAgencyID​(String value)
        Sets the value of the listAgencyID property.
        Parameters:
        value - allowed object is String
      • getListAgencyName

        public String getListAgencyName()
        Gets the value of the listAgencyName property.
        Returns:
        possible object is String
      • setListAgencyName

        public void setListAgencyName​(String value)
        Sets the value of the listAgencyName property.
        Parameters:
        value - allowed object is String
      • getListName

        public String getListName()
        Gets the value of the listName property.
        Returns:
        possible object is String
      • setListName

        public void setListName​(String value)
        Sets the value of the listName 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
      • 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
      • getLanguageID

        public String getLanguageID()
        Gets the value of the languageID property.
        Returns:
        possible object is String
      • setLanguageID

        public void setLanguageID​(String value)
        Sets the value of the languageID 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
      • getListSchemeURI

        public String getListSchemeURI()
        Gets the value of the listSchemeURI property.
        Returns:
        possible object is String
      • setListSchemeURI

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