@CodingStyleguideUnaware public class CCCEVRequirementType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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>Requirement. Details</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:ObjectClass>Requirement</ccts:ObjectClass></an:Class>
Java class for RequirementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequirementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}id" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}name" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}description" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/common/cbc-2.0.0#}type" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}requirement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}concept" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}evidence" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}evidenceTypeCombinationList" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}partOf" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}qualifiedRelation" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://semic.org/sa/cv/cccev-2.0.0#}derivedFrom" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{https://semic.org/sa/cv/common/cac-2.0.0#}ThingAttributes"/>
</restriction>
</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 |
addName(NameType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addPartOf(IDReferenceType 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<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<IDReferenceType> |
getPartOf()
<?
|
IDReferenceType |
getPartOfAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPartOfCount()
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 |
String |
getVersionIdAttr()
Gets the value of the versionIdAttr property.
|
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 |
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 |
hasNoNameEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoPartOfEntries()
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 |
hasPartOfEntries()
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 |
setName(List<NameType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPartOf(List<IDReferenceType> 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.
|
void |
setVersionIdAttr(String value)
Sets the value of the versionIdAttr 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://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>Requirement. Identifier</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>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://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>Requirement. name</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>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://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>Requirement. description</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>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://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>Requirement. type</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>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://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>Requirement. requirement</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>Requirement</ccts:ObjectClass><Domain>Requirement</Domain><Range>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://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>Requirement. concept</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>Requirement</ccts:ObjectClass><Domain>Requirement</Domain><Range>Concept</Range><Predicate>referencesConcept</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://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>Requirement. evidence</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>Requirement</ccts:ObjectClass><Domain>Requirement</Domain><Range>Evidence</Range><Predicate>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://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>Requirement. evidence Type Combination List</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>Requirement</ccts:ObjectClass><Domain>Requirement</Domain><Range>EvidenceTypeList</Range><Predicate>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> getPartOf()
<?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>Requirement. part Of</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>Requirement</ccts:ObjectClass><Domain>Requirement</Domain><Range>Requirement</Range><Predicate>isPartOfRequirement</Predicate><Axiom>owl:inverseOf :hasRequirement</Axiom></ObjectProperty>Gets the value of the partOf 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 partOf property.
For example, to add a new item, do as follows:
getPartOf().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://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>Requirement. part Of</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>Requirement</ccts:ObjectClass><Domain>Requirement</Domain><Range>dcat-ap:Relationship</Range><Predicate>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://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>Requirement. derivedFrom</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>Requirement</ccts:ObjectClass><Domain>Requirement</Domain><Range>ReferenceFramework</Range><Predicate>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
@Nullable public String getVersionIdAttr()
Stringpublic void setVersionIdAttr(@Nullable String value)
value - allowed object is
Stringpublic 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 setPartOf(@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 hasPartOfEntries()
true if at least one item is contained, false otherwise.public boolean hasNoPartOfEntries()
true if no item is contained, false otherwise.@Nonnegative public int getPartOfCount()
@Nullable public IDReferenceType getPartOfAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addPartOf(@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 toop.eu. All rights reserved.