@CodingStyleguideUnaware public class CCCEVRequirementType extends ThingType
Java class for RequirementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequirementType">
<complexContent>
<extension base="{http://www.w3.org/2002/07/owl#}ThingType">
<sequence>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}id" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}name" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/common/cbc_v2.0.0#}type" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}requirement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}concept" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}evidence" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}evidenceTypeCombinationList" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}isRequirementOf" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}qualifiedRelation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}derivedFrom" 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 |
|---|
CCCEVRequirementType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addConcept(CCCEVConceptType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDerivedFrom(CCCEVReferenceFrameworkType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addDescription(DescriptionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addEvidence(CCCEVEvidenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addEvidenceTypeCombinationList(CCCEVEvidenceTypeListType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addId(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addIsRequirementOf(IDReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addQualifiedRelation(DCatAPRelationshipType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRequirement(CCCEVRequirementType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CCCEVRequirementType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CCCEVRequirementType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<CCCEVConceptType> |
getConcept()
<?
|
CCCEVConceptType |
getConceptAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getConceptCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CCCEVReferenceFrameworkType> |
getDerivedFrom()
<?
|
CCCEVReferenceFrameworkType |
getDerivedFromAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDerivedFromCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DescriptionType> |
getDescription()
<?
|
DescriptionType |
getDescriptionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getDescriptionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CCCEVEvidenceType> |
getEvidence()
<?
|
CCCEVEvidenceType |
getEvidenceAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEvidenceCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CCCEVEvidenceTypeListType> |
getEvidenceTypeCombinationList()
<?
|
CCCEVEvidenceTypeListType |
getEvidenceTypeCombinationListAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getEvidenceTypeCombinationListCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDType> |
getId()
<?
|
IDType |
getIdAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIdCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDReferenceType> |
getIsRequirementOf()
<?
|
IDReferenceType |
getIsRequirementOfAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getIsRequirementOfCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<NameType> |
getName()
<?
|
NameType |
getNameAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getNameCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<DCatAPRelationshipType> |
getQualifiedRelation()
<?
|
DCatAPRelationshipType |
getQualifiedRelationAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getQualifiedRelationCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CCCEVRequirementType> |
getRequirement()
<?
|
CCCEVRequirementType |
getRequirementAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRequirementCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TypeType |
getType()
<?
|
String |
getTypeValue()
Get the value of the contained TypeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasConceptEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDerivedFromEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEvidenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasEvidenceTypeCombinationListEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasIsRequirementOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoConceptEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDerivedFromEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoDescriptionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoEvidenceEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoEvidenceTypeCombinationListEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIsRequirementOfEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoQualifiedRelationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRequirementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasQualifiedRelationEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRequirementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setConcept(List<CCCEVConceptType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDerivedFrom(List<CCCEVReferenceFrameworkType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setDescription(List<DescriptionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEvidence(List<CCCEVEvidenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setEvidenceTypeCombinationList(List<CCCEVEvidenceTypeListType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setId(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setIsRequirementOf(List<IDReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setQualifiedRelation(List<DCatAPRelationshipType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRequirement(List<CCCEVRequirementType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TypeType |
setType(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setType(TypeType value)
Sets the value of the type property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CCCEVRequirementType()
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getId()
<?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>Requirement. Identifier</ccts:DictionaryEntryName><ccts:Definition>
A unique value, in the context of use, assigned to the instance of this property or to one of its subproperties.
</ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><ccts:PropertyTerm>Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>ID. Type</ccts:DataType></an:DataProperty>
Gets the value of the id 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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<NameType> getName()
<?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:Requirement. name</ccts:DictionaryEntryName><ccts:Definition>
The preferred label used to identify the instance of this class or of one of its subclasses.
</ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><ccts:PropertyTerm>Text</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Name. Type</ccts:DataType></an:DataProperty>
Gets the value of the name 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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
NameType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DescriptionType> getDescription()
<?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:Requirement. description</ccts:DictionaryEntryName><ccts:Definition>
A short explanation about the nature, attributes, uses or any other additional information
that helps clarify the understanding of the concept being instantiated.
</ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>cccev:Requirement</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 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
@Nullable public TypeType getType()
<?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:Requirement. type</ccts:DictionaryEntryName><ccts:Definition>
The identifier representing the division within a system of classification to which the instance of this class belongs.
Additional information
The classification system is normally a controlled vocabulary (e.g. a codelist or a taxonomy) the use of which is commonly
agreed by a community of users in the context of a business or problem domain.
<DefinitionSource>Based on sense #2 of the Merriam-Webster English dictionary.</DefinitionSource></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><ccts:PropertyTerm>Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></an:DataProperty>
TypeTypepublic void setType(@Nullable TypeType value)
value - allowed object is
TypeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CCCEVRequirementType> getRequirement()
<?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:Requirement. requirement</ccts:DictionaryEntryName><ccts:Definition>
A sub-requirement with more granular detail(s) or of different nature.
Additional Information:
An example of granular sub-requirements can be a criterion defining more specific sub-criteria. Different examples
can be found in different domains and situations. Thus, in the domain of e-Procurement EU exclusion criteria
(a.k.a. ‘grounds for exclusion’), national criteria are implemented as sub-criteria ‘hierarchically descending’ from
an EU parent criterion. Neural networks can also be implemented as criteria and sub-criteria linked via the property
cccev:hasRequirement pointing to a requirement of type cccev:Criterion.
Examples of sub requirements of different nature can a criterion that defines different types of information requirements
(e.g. evidences to support the responses to the criterion) and establishing constraints (e.g. input parameters, thresholds,
or other types of restrictions).
</ccts:Definition><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><Domain>cccev:Requirement</Domain><Range>cccev:Requirement</Range><Predicate>hasRequirement</Predicate><Axiom>owl:inverseOf :isPartOfRequirement</Axiom></ObjectProperty>
Gets the value of the requirement 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 requirement property.
For example, to add a new item, do as follows:
getRequirement().add(newItem);
Objects of the following type(s) are allowed in the list
CCCEVRequirementType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CCCEVConceptType> getConcept()
<?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:Requirement. concept</ccts:DictionaryEntryName><ccts:Definition>The concept(s) used to specify the data being required.</ccts:Definition><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><Domain>Requirement</Domain><Range>cccev:Concept</Range><Predicate>cccev:isAbout</Predicate></ObjectProperty>Gets the value of the concept 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 concept property.
For example, to add a new item, do as follows:
getConcept().add(newItem);
Objects of the following type(s) are allowed in the list
CCCEVConceptType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CCCEVEvidenceType> getEvidence()
<?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:Requirement. evidence</ccts:DictionaryEntryName><ccts:Definition>One or more evidences proving that the requirement is met or has been fulfilled.</ccts:Definition><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><Domain>cccev:Requirement</Domain><Range>cccev:Evidence</Range><Predicate>cccev:hasSupportingEvidence</Predicate><Axiom>owl:inverseOf :supportsRequirement</Axiom></ObjectProperty>Gets the value of the evidence 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 evidence property.
For example, to add a new item, do as follows:
getEvidence().add(newItem);
Objects of the following type(s) are allowed in the list
CCCEVEvidenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CCCEVEvidenceTypeListType> getEvidenceTypeCombinationList()
<?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:Requirement. evidence Type Combination List</ccts:DictionaryEntryName><ccts:Definition>
A collection, or a set of alternative collections, of references to types of evidences.
<DefinitionSource>Based on the e-Certis multi-domain mode.</DefinitionSource></ccts:Definition><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><Domain>cccev:Requirement</Domain><Range>cccev:EvidenceTypeList</Range><Predicate>cccev:hasEvidenceTypeCombinationList</Predicate></ObjectProperty>
Gets the value of the evidenceTypeCombinationList 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 evidenceTypeCombinationList property.
For example, to add a new item, do as follows:
getEvidenceTypeCombinationList().add(newItem);
Objects of the following type(s) are allowed in the list
CCCEVEvidenceTypeListType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDReferenceType> getIsRequirementOf()
<?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:Requirement. part Of</ccts:DictionaryEntryName><ccts:Definition>A reference to the parent requirement a sub-requirement is part of.</ccts:Definition><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><Domain>cccev:Requirement</Domain><Range>cccev:Requirement</Range><Predicate>cccev:isRequirementOf</Predicate><Axiom>owl:inverseOf :hasRequirement</Axiom></ObjectProperty>Gets the value of the isRequirementOf 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 isRequirementOf property.
For example, to add a new item, do as follows:
getIsRequirementOf().add(newItem);
Objects of the following type(s) are allowed in the list
IDReferenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DCatAPRelationshipType> getQualifiedRelation()
<?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:Requirement. part Of</ccts:DictionaryEntryName><ccts:Definition>A described and/or categorised relation to the instance of another Requirement class or subclass.</ccts:Definition><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><Domain>cccev:Requirement</Domain><Range>dcat-ap:Relationship</Range><Predicate>cccev:hasQualifiedRelation</Predicate></ObjectProperty>Gets the value of the qualifiedRelation 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 qualifiedRelation property.
For example, to add a new item, do as follows:
getQualifiedRelation().add(newItem);
Objects of the following type(s) are allowed in the list
DCatAPRelationshipType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<CCCEVReferenceFrameworkType> getDerivedFrom()
<?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:Requirement. derivedFrom</ccts:DictionaryEntryName><ccts:Definition>A reference to the reference framework(s) a requirement is drawn from.</ccts:Definition><ccts:ObjectClass>cccev:Requirement</ccts:ObjectClass><Domain>cccev:Requirement</Domain><Range>cccev:ReferenceFramework</Range><Predicate>cccev:isDerivedFrom</Predicate></ObjectProperty>Gets the value of the derivedFrom 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 derivedFrom property.
For example, to add a new item, do as follows:
getDerivedFrom().add(newItem);
Objects of the following type(s) are allowed in the list
CCCEVReferenceFrameworkType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setId(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setName(@Nullable List<NameType> aList)
aList - The new list member to set. May be null.public void setDescription(@Nullable List<DescriptionType> aList)
aList - The new list member to set. May be null.public void setRequirement(@Nullable List<CCCEVRequirementType> aList)
aList - The new list member to set. May be null.public void setConcept(@Nullable List<CCCEVConceptType> aList)
aList - The new list member to set. May be null.public void setEvidence(@Nullable List<CCCEVEvidenceType> aList)
aList - The new list member to set. May be null.public void setEvidenceTypeCombinationList(@Nullable List<CCCEVEvidenceTypeListType> aList)
aList - The new list member to set. May be null.public void setIsRequirementOf(@Nullable List<IDReferenceType> aList)
aList - The new list member to set. May be null.public void setQualifiedRelation(@Nullable List<DCatAPRelationshipType> aList)
aList - The new list member to set. May be null.public void setDerivedFrom(@Nullable List<CCCEVReferenceFrameworkType> aList)
aList - The new list member to set. May be null.public boolean hasIdEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIdEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIdCount()
@Nullable public IDType getIdAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addId(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasNameEntries()
true if at least one item is contained, false otherwise.public boolean hasNoNameEntries()
true if no item is contained, false otherwise.@Nonnegative public int getNameCount()
@Nullable public NameType getNameAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addName(@Nonnull NameType elem)
elem - The element to be added. May not be null.public boolean hasDescriptionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDescriptionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDescriptionCount()
@Nullable public DescriptionType getDescriptionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDescription(@Nonnull DescriptionType elem)
elem - The element to be added. May not be null.public boolean hasRequirementEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRequirementEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRequirementCount()
@Nullable public CCCEVRequirementType getRequirementAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRequirement(@Nonnull CCCEVRequirementType elem)
elem - The element to be added. May not be null.public boolean hasConceptEntries()
true if at least one item is contained, false otherwise.public boolean hasNoConceptEntries()
true if no item is contained, false otherwise.@Nonnegative public int getConceptCount()
@Nullable public CCCEVConceptType getConceptAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addConcept(@Nonnull CCCEVConceptType elem)
elem - The element to be added. May not be null.public boolean hasEvidenceEntries()
true if at least one item is contained, false otherwise.public boolean hasNoEvidenceEntries()
true if no item is contained, false otherwise.@Nonnegative public int getEvidenceCount()
@Nullable public CCCEVEvidenceType getEvidenceAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addEvidence(@Nonnull CCCEVEvidenceType elem)
elem - The element to be added. May not be null.public boolean hasEvidenceTypeCombinationListEntries()
true if at least one item is contained, false otherwise.public boolean hasNoEvidenceTypeCombinationListEntries()
true if no item is contained, false otherwise.@Nonnegative public int getEvidenceTypeCombinationListCount()
@Nullable public CCCEVEvidenceTypeListType getEvidenceTypeCombinationListAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addEvidenceTypeCombinationList(@Nonnull CCCEVEvidenceTypeListType elem)
elem - The element to be added. May not be null.public boolean hasIsRequirementOfEntries()
true if at least one item is contained, false otherwise.public boolean hasNoIsRequirementOfEntries()
true if no item is contained, false otherwise.@Nonnegative public int getIsRequirementOfCount()
@Nullable public IDReferenceType getIsRequirementOfAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addIsRequirementOf(@Nonnull IDReferenceType elem)
elem - The element to be added. May not be null.public boolean hasQualifiedRelationEntries()
true if at least one item is contained, false otherwise.public boolean hasNoQualifiedRelationEntries()
true if no item is contained, false otherwise.@Nonnegative public int getQualifiedRelationCount()
@Nullable public DCatAPRelationshipType getQualifiedRelationAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addQualifiedRelation(@Nonnull DCatAPRelationshipType elem)
elem - The element to be added. May not be null.public boolean hasDerivedFromEntries()
true if at least one item is contained, false otherwise.public boolean hasNoDerivedFromEntries()
true if no item is contained, false otherwise.@Nonnegative public int getDerivedFromCount()
@Nullable public CCCEVReferenceFrameworkType getDerivedFromAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addDerivedFrom(@Nonnull CCCEVReferenceFrameworkType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull CCCEVRequirementType 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 CCCEVRequirementType clone()
@Nonnull public TypeType setType(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020–2021 toop.eu. All rights reserved.