Class ClassificationSchemeType


  • public class ClassificationSchemeType
    extends Object

    Java class for ClassificationSchemeType complex type

    .

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

    
     <complexType name="ClassificationSchemeType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LastRevisionDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LastRevisionTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AgencyID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}AgencyName" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}VersionID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}URI" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SchemeURI" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LanguageID" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ClassificationCategory" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ClassificationSchemeType

        public ClassificationSchemeType()
    • Method Detail

      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • getUUID

        public UUIDType getUUID()
        Gets the value of the uuid property.
        Returns:
        possible object is UUIDType
      • setUUID

        public void setUUID​(UUIDType value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is UUIDType
      • getNote

        public List<NoteType> getNote()
        Gets the value of the note property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the note property.

        For example, to add a new item, do as follows:

         getNote().add(newItem);
         

        Objects of the following type(s) are allowed in the list NoteType

        Returns:
        The value of the note property.
      • getName

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

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

        public List<DescriptionType> getDescription()
        Gets the value of the description property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

        For example, to add a new item, do as follows:

         getDescription().add(newItem);
         

        Objects of the following type(s) are allowed in the list DescriptionType

        Returns:
        The value of the description property.
      • getAgencyID

        public AgencyIDType getAgencyID()
        Gets the value of the agencyID property.
        Returns:
        possible object is AgencyIDType
      • setAgencyID

        public void setAgencyID​(AgencyIDType value)
        Sets the value of the agencyID property.
        Parameters:
        value - allowed object is AgencyIDType
      • getAgencyName

        public AgencyNameType getAgencyName()
        Gets the value of the agencyName property.
        Returns:
        possible object is AgencyNameType
      • setAgencyName

        public void setAgencyName​(AgencyNameType value)
        Sets the value of the agencyName property.
        Parameters:
        value - allowed object is AgencyNameType
      • getVersionID

        public VersionIDType getVersionID()
        Gets the value of the versionID property.
        Returns:
        possible object is VersionIDType
      • setVersionID

        public void setVersionID​(VersionIDType value)
        Sets the value of the versionID property.
        Parameters:
        value - allowed object is VersionIDType
      • getURI

        public URIType getURI()
        Gets the value of the uri property.
        Returns:
        possible object is URIType
      • setURI

        public void setURI​(URIType value)
        Sets the value of the uri property.
        Parameters:
        value - allowed object is URIType
      • getSchemeURI

        public SchemeURIType getSchemeURI()
        Gets the value of the schemeURI property.
        Returns:
        possible object is SchemeURIType
      • setSchemeURI

        public void setSchemeURI​(SchemeURIType value)
        Sets the value of the schemeURI property.
        Parameters:
        value - allowed object is SchemeURIType
      • getLanguageID

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

        public void setLanguageID​(LanguageIDType value)
        Sets the value of the languageID property.
        Parameters:
        value - allowed object is LanguageIDType
      • getClassificationCategory

        public List<ClassificationCategoryType> getClassificationCategory()
        Gets the value of the classificationCategory property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the classificationCategory property.

        For example, to add a new item, do as follows:

         getClassificationCategory().add(newItem);
         

        Objects of the following type(s) are allowed in the list ClassificationCategoryType

        Returns:
        The value of the classificationCategory property.