Class ClassificationSchemeType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected AgencyIDTypeagencyIDprotected AgencyNameTypeagencyNameprotected List<ClassificationCategoryType>classificationCategoryprotected List<DescriptionType>descriptionprotected IDTypeidprotected LanguageIDTypelanguageIDprotected LastRevisionDateTypelastRevisionDateprotected LastRevisionTimeTypelastRevisionTimeprotected NameTypenameprotected List<NoteType>noteprotected SchemeURITypeschemeURIprotected URITypeuriprotected UUIDTypeuuidprotected VersionIDTypeversionID
-
Constructor Summary
Constructors Constructor Description ClassificationSchemeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgencyIDTypegetAgencyID()Gets the value of the agencyID property.AgencyNameTypegetAgencyName()Gets the value of the agencyName property.List<ClassificationCategoryType>getClassificationCategory()Gets the value of the classificationCategory property.List<DescriptionType>getDescription()Gets the value of the description property.IDTypegetID()Gets the value of the id property.LanguageIDTypegetLanguageID()Gets the value of the languageID property.LastRevisionDateTypegetLastRevisionDate()Gets the value of the lastRevisionDate property.LastRevisionTimeTypegetLastRevisionTime()Gets the value of the lastRevisionTime property.NameTypegetName()Gets the value of the name property.List<NoteType>getNote()Gets the value of the note property.SchemeURITypegetSchemeURI()Gets the value of the schemeURI property.URITypegetURI()Gets the value of the uri property.UUIDTypegetUUID()Gets the value of the uuid property.VersionIDTypegetVersionID()Gets the value of the versionID property.voidsetAgencyID(AgencyIDType value)Sets the value of the agencyID property.voidsetAgencyName(AgencyNameType value)Sets the value of the agencyName property.voidsetID(IDType value)Sets the value of the id property.voidsetLanguageID(LanguageIDType value)Sets the value of the languageID property.voidsetLastRevisionDate(LastRevisionDateType value)Sets the value of the lastRevisionDate property.voidsetLastRevisionTime(LastRevisionTimeType value)Sets the value of the lastRevisionTime property.voidsetName(NameType value)Sets the value of the name property.voidsetSchemeURI(SchemeURIType value)Sets the value of the schemeURI property.voidsetURI(URIType value)Sets the value of the uri property.voidsetUUID(UUIDType value)Sets the value of the uuid property.voidsetVersionID(VersionIDType value)Sets the value of the versionID property.
-
-
-
Field Detail
-
id
protected IDType id
-
uuid
protected UUIDType uuid
-
lastRevisionDate
protected LastRevisionDateType lastRevisionDate
-
lastRevisionTime
protected LastRevisionTimeType lastRevisionTime
-
name
protected NameType name
-
description
protected List<DescriptionType> description
-
agencyID
protected AgencyIDType agencyID
-
agencyName
protected AgencyNameType agencyName
-
versionID
protected VersionIDType versionID
-
uri
protected URIType uri
-
schemeURI
protected SchemeURIType schemeURI
-
languageID
protected LanguageIDType languageID
-
classificationCategory
protected List<ClassificationCategoryType> classificationCategory
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
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 isUUIDType
-
getLastRevisionDate
public LastRevisionDateType getLastRevisionDate()
Gets the value of the lastRevisionDate property.- Returns:
- possible object is
LastRevisionDateType
-
setLastRevisionDate
public void setLastRevisionDate(LastRevisionDateType value)
Sets the value of the lastRevisionDate property.- Parameters:
value- allowed object isLastRevisionDateType
-
getLastRevisionTime
public LastRevisionTimeType getLastRevisionTime()
Gets the value of the lastRevisionTime property.- Returns:
- possible object is
LastRevisionTimeType
-
setLastRevisionTime
public void setLastRevisionTime(LastRevisionTimeType value)
Sets the value of the lastRevisionTime property.- Parameters:
value- allowed object isLastRevisionTimeType
-
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
setmethod 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
-
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 isNameType
-
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
setmethod 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
-
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 isAgencyIDType
-
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 isAgencyNameType
-
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 isVersionIDType
-
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 isURIType
-
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 isSchemeURIType
-
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 isLanguageIDType
-
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
setmethod 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
-
-