@CodingStyleguideUnaware public class CCCEVDocumentReferenceType extends DCatAPDistributionType
<?xml version="1.0" encoding="UTF-8"?><an:Class xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Class</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. Details</ccts:DictionaryEntryName><ccts:Definition/><DefinitionSource/><ccts:ObjectClass>DocumentReference</ccts:ObjectClass></an:Class>
Java class for DocumentReferenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DocumentReferenceType">
<complexContent>
<extension base="{http://data.europa.eu/r5r/}DistributionType">
<sequence>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}id" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}uuid" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}documentURI" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}documentDescription" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}statusCode" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}documentType" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}issueDate" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}issueTime" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}languageID" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}localeCode" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}versionID" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}xPath" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}validityPeriod" minOccurs="0"/>
</sequence>
<attGroup ref="{https://semic.org/sa/cv/common/cac-2.0.0#}ThingAttributes"/>
</extension>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
CCCEVDocumentReferenceType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocumentDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDocumentURI(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addXPath(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CCCEVDocumentReferenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CCCEVDocumentReferenceType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<DescriptionType> |
getDocumentDescription()
<?
|
DescriptionType |
getDocumentDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDocumentDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TextType |
getDocumentType()
<?
|
String |
getDocumentTypeValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<IDType> |
getDocumentURI()
<?
|
IDType |
getDocumentURIAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDocumentURICount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getId()
<?
|
String |
getIdValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DateType |
getIssueDate()
<?
|
XMLGregorianCalendar |
getIssueDateValue()
Get the value of the contained DateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TimeType |
getIssueTime()
<?
|
XMLGregorianCalendar |
getIssueTimeValue()
Get the value of the contained TimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getLanguageID()
<?
|
String |
getLanguageIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getLocaleCode()
<?
|
String |
getLocaleCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getStatusCode()
<?
|
String |
getStatusCodeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
UUIDType |
getUuid()
<?
|
String |
getUuidValue()
Get the value of the contained UUIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PeriodType |
getValidityPeriod()
<?
|
IDType |
getVersionID()
<?
|
String |
getVersionIdAttr()
Gets the value of the versionIdAttr property.
|
String |
getVersionIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TextType> |
getXPath()
<?
|
TextType |
getXPathAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getXPathCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDocumentDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDocumentURIEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoDocumentDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDocumentURIEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoXPathEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasXPathEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDocumentDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TextType |
setDocumentType(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setDocumentType(TextType value)
Sets the value of the documentType property.
|
void |
setDocumentURI(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setId(IDType value)
Sets the value of the id property.
|
IDType |
setId(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIssueDate(DateType value)
Sets the value of the issueDate property.
|
DateType |
setIssueDate(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIssueTime(TimeType value)
Sets the value of the issueTime property.
|
TimeType |
setIssueTime(XMLGregorianCalendar valueParam)
Special setter with value of type XMLGregorianCalendar
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLanguageID(IDType value)
Sets the value of the languageID property.
|
IDType |
setLanguageID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setLocaleCode(CodeType value)
Sets the value of the localeCode property.
|
CodeType |
setLocaleCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setStatusCode(CodeType value)
Sets the value of the statusCode property.
|
CodeType |
setStatusCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
UUIDType |
setUuid(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setUuid(UUIDType value)
Sets the value of the uuid property.
|
void |
setValidityPeriod(PeriodType value)
Sets the value of the validityPeriod property.
|
void |
setVersionID(IDType value)
Sets the value of the versionID property.
|
IDType |
setVersionID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setVersionIdAttr(String value)
Sets the value of the versionIdAttr property.
|
void |
setXPath(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addCompressedFormat, addConformsTo, addDescription, addSpatialResolutionInMeters, addStatus, addTemporalResolution, addTitle, cloneTo, getAccessService, getAccessURL, getAvailability, getByteSize, getChecksum, getCompressedFormat, getCompressedFormatAtIndex, getCompressedFormatCount, getConformsTo, getConformsToAtIndex, getConformsToCount, getDescription, getDescriptionAtIndex, getDescriptionCount, getDownloadURL, getFormat, getHasPolicy, getIssued, getLicence, getMediaType, getModified, getPackageFormat, getPage, getRights, getSpatialResolutionInMeters, getSpatialResolutionInMetersAtIndex, getSpatialResolutionInMetersCount, getStatus, getStatusAtIndex, getStatusCount, getTemporalResolution, getTemporalResolutionAtIndex, getTemporalResolutionCount, getTitle, getTitleAtIndex, getTitleCount, hasCompressedFormatEntries, hasConformsToEntries, hasDescriptionEntries, hasNoCompressedFormatEntries, hasNoConformsToEntries, hasNoDescriptionEntries, hasNoSpatialResolutionInMetersEntries, hasNoStatusEntries, hasNoTemporalResolutionEntries, hasNoTitleEntries, hasSpatialResolutionInMetersEntries, hasStatusEntries, hasTemporalResolutionEntries, hasTitleEntries, setAccessService, setAccessURL, setAvailability, setByteSize, setChecksum, setCompressedFormat, setConformsTo, setDescription, setDownloadURL, setFormat, setHasPolicy, setIssued, setLicence, setMediaType, setModified, setPackageFormat, setPage, setRights, setSpatialResolutionInMeters, setStatus, setTemporalResolution, setTitlepublic CCCEVDocumentReferenceType()
@Nullable public IDType getId()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. identifier</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>ID. Type</ccts:DataType></an:DataProperty>
IDTypepublic void setId(@Nullable IDType value)
value - allowed object is
IDType@Nullable public UUIDType getUuid()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. uuid</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>ID. Type</ccts:DataType></an:DataProperty>
UUIDTypepublic void setUuid(@Nullable UUIDType value)
value - allowed object is
UUIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getDocumentURI()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. document URI</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>anyURI</ccts:PropertyTerm><ccts:RepresentationTerm>anyURI</ccts:RepresentationTerm><ccts:DataType>URI. Type</ccts:DataType></an:DataProperty>Gets the value of the documentURI 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 documentURI property.
For example, to add a new item, do as follows:
getDocumentURI().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDocumentDescription()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. document Description</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>text</ccts:PropertyTerm><ccts:RepresentationTerm>text</ccts:RepresentationTerm><ccts:DataType>Description. Type</ccts:DataType></an:DataProperty>Gets the value of the documentDescription 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 documentDescription property.
For example, to add a new item, do as follows:
getDocumentDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType
@Nullable public CodeType getStatusCode()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. status Code</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></an:DataProperty>
CodeTypepublic void setStatusCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public TextType getDocumentType()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. document URI</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Text</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></an:DataProperty>
TextTypepublic void setDocumentType(@Nullable TextType value)
value - allowed object is
TextType@Nullable public DateType getIssueDate()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. issue Date</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></an:DataProperty>
DateTypepublic void setIssueDate(@Nullable DateType value)
value - allowed object is
DateType@Nullable public TimeType getIssueTime()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. issue Time</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Time</ccts:PropertyTerm><ccts:RepresentationTerm>Time</ccts:RepresentationTerm><ccts:DataType>Time. Type</ccts:DataType></an:DataProperty>
TimeTypepublic void setIssueTime(@Nullable TimeType value)
value - allowed object is
TimeType@Nullable public IDType getLanguageID()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. language ID</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>ID. Type</ccts:DataType></an:DataProperty>
IDTypepublic void setLanguageID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public CodeType getLocaleCode()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. locale Code</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></an:DataProperty>
CodeTypepublic void setLocaleCode(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public IDType getVersionID()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. version ID</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>ID. Type</ccts:DataType></an:DataProperty>
IDTypepublic void setVersionID(@Nullable IDType value)
value - allowed object is
IDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getXPath()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. xPath</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><ccts:PropertyTerm>Text</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType></an:DataProperty>Gets the value of the xPath 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 xPath property.
For example, to add a new item, do as follows:
getXPath().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public PeriodType getValidityPeriod()
<?xml version="1.0" encoding="UTF-8"?><ObjectProperty xmlns="https://semic.org/sa/cv/cccev-2.0.0#" xmlns:an="https://semic.org/sa/cv/common/semic-annot-2.0.0#" xmlns:cac="https://semic.org/sa/cv/common/cac-2.0.0#" xmlns:cagv="https://semic.org/sa/cv/cagv/agent-2.0.0#" xmlns:cbc="https://semic.org/sa/cv/common/cbc-2.0.0#" xmlns:ccts="urn:un:unece:uncefact:data:specification:CoreComponentTypeSchemaModule:2" xmlns:dcat-ap="http://data.europa.eu/r5r/" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Object property</ccts:ComponentType><ccts:DictionaryEntryName>DocumentReference. validity Period</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>DocumentReference</ccts:ObjectClass><Domain>DocumentReference</Domain><Range>Period</Range><Predicate>hasValidityPeriod</Predicate></ObjectProperty>
PeriodTypepublic void setValidityPeriod(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nullable public String getVersionIdAttr()
Stringpublic void setVersionIdAttr(@Nullable String value)
value - allowed object is
Stringpublic boolean equals(Object o)
equals in class DCatAPDistributionTypepublic int hashCode()
hashCode in class DCatAPDistributionTypepublic String toString()
toString in class DCatAPDistributionTypepublic void setDocumentURI(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setDocumentDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be null.public void setXPath(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public boolean hasDocumentURIEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDocumentURIEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDocumentURICount()
@Nullable public IDType getDocumentURIAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDocumentURI(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasDocumentDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDocumentDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDocumentDescriptionCount()
@Nullable public DescriptionType getDocumentDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDocumentDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be null.public boolean hasXPathEntries()
true if at least one item is contained, false otherwise.public boolean hasNoXPathEntries()
true if no item is contained, false otherwise.@Nonnegative public int getXPathCount()
@Nullable public TextType getXPathAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addXPath(@Nonnull TextType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull CCCEVDocumentReferenceType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public CCCEVDocumentReferenceType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class DCatAPDistributionTypenull.@Nonnull public CodeType setStatusCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setLocaleCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DateType setIssueDate(@Nullable XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setId(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public UUIDType setUuid(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setLanguageID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setVersionID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setDocumentType(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TimeType setIssueTime(@Nullable XMLGregorianCalendar valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getIdValue()
null@Nullable public String getUuidValue()
null@Nullable public String getStatusCodeValue()
null@Nullable public String getDocumentTypeValue()
null@Nullable public XMLGregorianCalendar getIssueDateValue()
null@Nullable public XMLGregorianCalendar getIssueTimeValue()
null@Nullable public String getLanguageIDValue()
null@Nullable public String getLocaleCodeValue()
nullCopyright © 2020 toop.eu. All rights reserved.