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>
| Modifier and Type | Field and Description |
|---|---|
protected AgencyIDType |
agencyID |
protected AgencyNameType |
agencyName |
protected List<ClassificationCategoryType> |
classificationCategory |
protected List<DescriptionType> |
description |
protected IDType |
id |
protected LanguageIDType |
languageID |
protected LastRevisionDateType |
lastRevisionDate |
protected LastRevisionTimeType |
lastRevisionTime |
protected NameType |
name |
protected List<NoteType> |
note |
protected SchemeURIType |
schemeURI |
protected URIType |
uri |
protected UUIDType |
uuid |
protected VersionIDType |
versionID |
| Constructor and Description |
|---|
ClassificationSchemeType() |
| Modifier and Type | Method and Description |
|---|---|
AgencyIDType |
getAgencyID()
Gets the value of the agencyID property.
|
AgencyNameType |
getAgencyName()
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.
|
IDType |
getID()
Gets the value of the id property.
|
LanguageIDType |
getLanguageID()
Gets the value of the languageID property.
|
LastRevisionDateType |
getLastRevisionDate()
Gets the value of the lastRevisionDate property.
|
LastRevisionTimeType |
getLastRevisionTime()
Gets the value of the lastRevisionTime property.
|
NameType |
getName()
Gets the value of the name property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
SchemeURIType |
getSchemeURI()
Gets the value of the schemeURI property.
|
URIType |
getURI()
Gets the value of the uri property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
VersionIDType |
getVersionID()
Gets the value of the versionID property.
|
void |
setAgencyID(AgencyIDType value)
Sets the value of the agencyID property.
|
void |
setAgencyName(AgencyNameType value)
Sets the value of the agencyName property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setLanguageID(LanguageIDType value)
Sets the value of the languageID property.
|
void |
setLastRevisionDate(LastRevisionDateType value)
Sets the value of the lastRevisionDate property.
|
void |
setLastRevisionTime(LastRevisionTimeType value)
Sets the value of the lastRevisionTime property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setSchemeURI(SchemeURIType value)
Sets the value of the schemeURI property.
|
void |
setURI(URIType value)
Sets the value of the uri property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
void |
setVersionID(VersionIDType value)
Sets the value of the versionID property.
|
protected IDType id
protected UUIDType uuid
protected LastRevisionDateType lastRevisionDate
protected LastRevisionTimeType lastRevisionTime
protected NameType name
protected List<DescriptionType> description
protected AgencyIDType agencyID
protected AgencyNameType agencyName
protected VersionIDType versionID
protected URIType uri
protected SchemeURIType schemeURI
protected LanguageIDType languageID
protected List<ClassificationCategoryType> classificationCategory
public void setID(IDType value)
value - allowed object is
IDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic LastRevisionDateType getLastRevisionDate()
LastRevisionDateTypepublic void setLastRevisionDate(LastRevisionDateType value)
value - allowed object is
LastRevisionDateTypepublic LastRevisionTimeType getLastRevisionTime()
LastRevisionTimeTypepublic void setLastRevisionTime(LastRevisionTimeType value)
value - allowed object is
LastRevisionTimeTypepublic List<NoteType> getNote()
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
public NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic List<DescriptionType> getDescription()
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
public AgencyIDType getAgencyID()
AgencyIDTypepublic void setAgencyID(AgencyIDType value)
value - allowed object is
AgencyIDTypepublic AgencyNameType getAgencyName()
AgencyNameTypepublic void setAgencyName(AgencyNameType value)
value - allowed object is
AgencyNameTypepublic VersionIDType getVersionID()
VersionIDTypepublic void setVersionID(VersionIDType value)
value - allowed object is
VersionIDTypepublic URIType getURI()
URITypepublic void setURI(URIType value)
value - allowed object is
URITypepublic SchemeURIType getSchemeURI()
SchemeURITypepublic void setSchemeURI(SchemeURIType value)
value - allowed object is
SchemeURITypepublic LanguageIDType getLanguageID()
LanguageIDTypepublic void setLanguageID(LanguageIDType value)
value - allowed object is
LanguageIDTypepublic List<ClassificationCategoryType> getClassificationCategory()
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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.