@CodingStyleguideUnaware public class CCCEVValueType extends ThingType
Java class for ValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueType">
<complexContent>
<extension base="{http://www.w3.org/2002/07/owl#}ThingType">
<sequence>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}amountValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}codeValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}dateValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}identifierValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}indicatorValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}measureValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}numericValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}quantityValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}textValue" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}timeValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}uriValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}customDataType" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}customFunction" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}error" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}periodValue" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}valueOf" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}value" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</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 |
|---|
CCCEVValueType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CCCEVValueType(List<CCCEVValueType> valueParam)
Constructor for value of type List
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addTextValue(TextType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addValue(CCCEVValueType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addValueOf(IDReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CCCEVValueType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CCCEVValueType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AmountType |
getAmountValue()
<?
|
BigDecimal |
getAmountValueValue()
Get the value of the contained AmountType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getCodeValue()
<?
|
String |
getCodeValueValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getCustomDataType()
<?
|
String |
getCustomDataTypeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
getCustomFunction()
<?
|
String |
getCustomFunctionValue()
Get the value of the contained TextType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DateType |
getDateValue()
<?
|
LocalDate |
getDateValueValue()
Get the value of the contained DateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
CodeType |
getError()
<?
|
String |
getErrorValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getIdentifierValue()
<?
|
String |
getIdentifierValueValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IndicatorType |
getIndicatorValue()
<?
|
MeasureType |
getMeasureValue()
<?
|
BigDecimal |
getMeasureValueValue()
Get the value of the contained MeasureType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
NumericType |
getNumericValue()
<?
|
BigDecimal |
getNumericValueValue()
Get the value of the contained NumericType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
PeriodType |
getPeriodValue()
<?
|
QuantityType |
getQuantityValue()
<?
|
BigDecimal |
getQuantityValueValue()
Get the value of the contained QuantityType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<TextType> |
getTextValue()
<?
|
TextType |
getTextValueAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getTextValueCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TimeType |
getTimeValue()
<?
|
LocalTime |
getTimeValueValue()
Get the value of the contained TimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
URIType |
getUriValue()
<?
|
String |
getUriValueValue()
Get the value of the contained URIType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<CCCEVValueType> |
getValue()
<?
|
CCCEVValueType |
getValueAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getValueCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDReferenceType> |
getValueOf()
<?
|
IDReferenceType |
getValueOfAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getValueOfCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoTextValueEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoValueEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoValueOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasTextValueEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasValueEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasValueOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAmountValue(AmountType value)
Sets the value of the amountValue property.
|
AmountType |
setAmountValue(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCodeValue(CodeType value)
Sets the value of the codeValue property.
|
CodeType |
setCodeValue(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCustomDataType(CodeType value)
Sets the value of the customDataType property.
|
CodeType |
setCustomDataType(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TextType |
setCustomFunction(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setCustomFunction(TextType value)
Sets the value of the customFunction property.
|
void |
setDateValue(DateType value)
Sets the value of the dateValue property.
|
DateType |
setDateValue(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setError(CodeType value)
Sets the value of the error property.
|
CodeType |
setError(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIdentifierValue(IDType value)
Sets the value of the identifierValue property.
|
IDType |
setIdentifierValue(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setIndicatorValue(IndicatorType value)
Sets the value of the indicatorValue property.
|
MeasureType |
setMeasureValue(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMeasureValue(MeasureType value)
Sets the value of the measureValue property.
|
NumericType |
setNumericValue(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setNumericValue(NumericType value)
Sets the value of the numericValue property.
|
void |
setPeriodValue(PeriodType value)
Sets the value of the periodValue property.
|
QuantityType |
setQuantityValue(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setQuantityValue(QuantityType value)
Sets the value of the quantityValue property.
|
void |
setTextValue(List<TextType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TimeType |
setTimeValue(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTimeValue(TimeType value)
Sets the value of the timeValue property.
|
URIType |
setUriValue(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setUriValue(URIType value)
Sets the value of the uriValue property.
|
void |
setValue(List<CCCEVValueType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setValueOf(List<IDReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CCCEVValueType()
public CCCEVValueType(@Nullable List<CCCEVValueType> valueParam)
valueParam - The value to be set. May be null.@Nullable public AmountType getAmountValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. amount Value</ccts:DictionaryEntryName><ccts:Definition>
A monetary value, with the indication of the currency, provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Amount</ccts:PropertyTerm><ccts:RepresentationTerm>Amount</ccts:RepresentationTerm><ccts:DataType>Amount. Type</ccts:DataType></an:DataProperty>
AmountTypepublic void setAmountValue(@Nullable AmountType value)
value - allowed object is
AmountType@Nullable public CodeType getCodeValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. code Value</ccts:DictionaryEntryName><ccts:Definition>
A code identifier provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></an:DataProperty>
CodeTypepublic void setCodeValue(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public DateType getDateValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. date Value</ccts:DictionaryEntryName><ccts:Definition>
A date provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></an:DataProperty>
DateTypepublic void setDateValue(@Nullable DateType value)
value - allowed object is
DateType@Nullable public IDType getIdentifierValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. identifier Value</ccts:DictionaryEntryName><ccts:Definition>
An identifier provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>ID. Type</ccts:DataType></an:DataProperty>
IDTypepublic void setIdentifierValue(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IndicatorType getIndicatorValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. indicator Value</ccts:DictionaryEntryName><ccts:Definition>
A Boolean value (true or false) provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Indicator</ccts:PropertyTerm><ccts:RepresentationTerm>Indicator</ccts:RepresentationTerm><ccts:DataType>Indicator. Type</ccts:DataType></an:DataProperty>
IndicatorTypepublic void setIndicatorValue(@Nullable IndicatorType value)
value - allowed object is
IndicatorType@Nullable public MeasureType getMeasureValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. measure Value</ccts:DictionaryEntryName><ccts:Definition>
A measure, and the unit of the measure, provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Measure</ccts:PropertyTerm><ccts:RepresentationTerm>Measure</ccts:RepresentationTerm><ccts:DataType>Measure. Type</ccts:DataType></an:DataProperty>
MeasureTypepublic void setMeasureValue(@Nullable MeasureType value)
value - allowed object is
MeasureType@Nullable public NumericType getNumericValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. numeric Value</ccts:DictionaryEntryName><ccts:Definition>
A decimal number provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Numeric</ccts:PropertyTerm><ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm><ccts:DataType>Numeric. Type</ccts:DataType></an:DataProperty>
NumericTypepublic void setNumericValue(@Nullable NumericType value)
value - allowed object is
NumericType@Nullable public QuantityType getQuantityValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. quantity Value</ccts:DictionaryEntryName><ccts:Definition>
A number of items provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Quantity</ccts:PropertyTerm><ccts:RepresentationTerm>Quantity</ccts:RepresentationTerm><ccts:DataType>Quantity. Type</ccts:DataType></an:DataProperty>
QuantityTypepublic void setQuantityValue(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<TextType> getTextValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. text Value</ccts:DictionaryEntryName><ccts:Definition>
A text provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>cccev:Value</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 textValue 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 textValue property.
For example, to add a new item, do as follows:
getTextValue().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
@Nullable public TimeType getTimeValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. time Value</ccts:DictionaryEntryName><ccts:Definition>
The time (hh:mm:ss) provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Time</ccts:PropertyTerm><ccts:RepresentationTerm>Time</ccts:RepresentationTerm><ccts:DataType>Time. Type</ccts:DataType></an:DataProperty>
TimeTypepublic void setTimeValue(@Nullable TimeType value)
value - allowed object is
TimeType@Nullable public URIType getUriValue()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. uri Value</ccts:DictionaryEntryName><ccts:Definition>
A Uniform Resource Identifier provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>anyURI</ccts:PropertyTerm><ccts:RepresentationTerm>anyURI</ccts:RepresentationTerm><ccts:DataType>URI. Type</ccts:DataType></an:DataProperty>
URITypepublic void setUriValue(@Nullable URIType value)
value - allowed object is
URIType@Nullable public CodeType getCustomDataType()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. custom Data Type Value</ccts:DictionaryEntryName><ccts:Definition>
A code used to identify a user-defined data type.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></an:DataProperty>
CodeTypepublic void setCustomDataType(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public TextType getCustomFunction()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. custom Function Value</ccts:DictionaryEntryName><ccts:Definition>
A text with the signature of a method (e.g. a Java function, or an endpoint call) provided as the response to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>ID. Type</ccts:DataType></an:DataProperty>
TextTypepublic void setCustomFunction(@Nullable TextType value)
value - allowed object is
TextType@Nullable public CodeType getError()
<?xml version="1.0" encoding="UTF-8"?><an:DataProperty xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Data property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. code Value</ccts:DictionaryEntryName><ccts:Definition>
A code identifying an exception when trying to provide an answer to a required concept.
</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><ccts:PropertyTerm>Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></an:DataProperty>
CodeTypepublic void setError(@Nullable CodeType value)
value - allowed object is
CodeType@Nullable public PeriodType getPeriodValue()
<?xml version="1.0" encoding="UTF-8"?><ObjectProperty xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Object property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. period Value</ccts:DictionaryEntryName><ccts:Definition>
A lapse of time provided as the response to a required concept.
</ccts:Definition><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><Domain>cccev:Value</Domain><Range>cac:Period</Range><Predicate>cccev:hasPeriodValue</Predicate></ObjectProperty>
PeriodTypepublic void setPeriodValue(@Nullable PeriodType value)
value - allowed object is
PeriodType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDReferenceType> getValueOf()
<?xml version="1.0" encoding="UTF-8"?><ObjectProperty xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Object property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. value Of</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><Domain>cccev:Value</Domain><Range>cccev:Concep</Range><Predicate>cccev:isValueOf</Predicate><Axiom>owl:inverseOf :hasValue</Axiom></ObjectProperty>Gets the value of the valueOf 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 valueOf property.
For example, to add a new item, do as follows:
getValueOf().add(newItem);
Objects of the following type(s) are allowed in the list
IDReferenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CCCEVValueType> getValue()
<?xml version="1.0" encoding="UTF-8"?><ObjectProperty xmlns="https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#" xmlns:an="https://data.europe.eu/semanticassets/ns/cv/common/semic-annot-2.0.0#" xmlns:cac="https://data.europe.eu/semanticassets/ns/cv/common/cac_v2.0.0#" xmlns:cbc="https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.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:owl="http://www.w3.org/2002/07/owl#" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>Object property</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Value. value</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>cccev:Value</ccts:ObjectClass><Domain>cccev:Value</Domain><Range>cccev:Value</Range><Predicate>cccev:hasValue</Predicate></ObjectProperty>Gets the value of the value 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 value property.
For example, to add a new item, do as follows:
getValue().add(newItem);
Objects of the following type(s) are allowed in the list
CCCEVValueType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setTextValue(@Nullable List<TextType> aList)
aList - The new list member to set. May be null.public void setValueOf(@Nullable List<IDReferenceType> aList)
aList - The new list member to set. May be null.public void setValue(@Nullable List<CCCEVValueType> aList)
aList - The new list member to set. May be null.public boolean hasTextValueEntries()
true if at least one item is contained, false otherwise.public boolean hasNoTextValueEntries()
true if no item is contained, false otherwise.@Nonnegative public int getTextValueCount()
@Nullable public TextType getTextValueAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addTextValue(@Nonnull TextType elem)
elem - The element to be added. May not be null.public boolean hasValueOfEntries()
true if at least one item is contained, false otherwise.public boolean hasNoValueOfEntries()
true if no item is contained, false otherwise.@Nonnegative public int getValueOfCount()
@Nullable public IDReferenceType getValueOfAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addValueOf(@Nonnull IDReferenceType elem)
elem - The element to be added. May not be null.public boolean hasValueEntries()
true if at least one item is contained, false otherwise.public boolean hasNoValueEntries()
true if no item is contained, false otherwise.@Nonnegative public int getValueCount()
@Nullable public CCCEVValueType getValueAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addValue(@Nonnull CCCEVValueType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull CCCEVValueType 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 CCCEVValueType clone()
@Nonnull public AmountType setAmountValue(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setCodeValue(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setCustomDataType(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public CodeType setError(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public DateType setDateValue(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setIdentifierValue(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public URIType setUriValue(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public MeasureType setMeasureValue(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public QuantityType setQuantityValue(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TextType setCustomFunction(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TimeType setTimeValue(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nonnull public NumericType setNumericValue(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getAmountValueValue()
null@Nullable public String getCodeValueValue()
null@Nullable public LocalDate getDateValueValue()
null@Nullable public String getIdentifierValueValue()
null@Nullable public BigDecimal getMeasureValueValue()
null@Nullable public BigDecimal getNumericValueValue()
null@Nullable public BigDecimal getQuantityValueValue()
null@Nullable public LocalTime getTimeValueValue()
null@Nullable public String getUriValueValue()
null@Nullable public String getCustomDataTypeValue()
null@Nullable public String getCustomFunctionValue()
nullCopyright © 2020–2021 toop.eu. All rights reserved.