@CodingStyleguideUnaware public class CCCEVEvidenceType extends DCatAPDatasetType
<?xml version="1.0" encoding="UTF-8"?><an:Class 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>Class</ccts:ComponentType><ccts:DictionaryEntryName>cccev:Evidence. Details</ccts:DictionaryEntryName><ccts:Definition>
The data proving that a requirement is met or has been fulfilled.
Additional Information:
Evidences are usually references to a record, or the record content itself, used to prove the veracity of a requirement fulfilment.
The concept of 'record' herein is to be understood as it used for records management: a digital object that is considered final
e.g. not a working document) and cannot be altered.
Examples of evidences can be a stream of data value or values provided by a base registry, a structured official e-certificate issued
by a public authority, an unstructured document (e.g. a PDF) provided by an authorised service provider acting on behalf of an authority, other.
<DefinitionSource>Based on the ePO definition of Evidence.</DefinitionSource></ccts:Definition><ccts:ObjectClass>cccev:Evidence</ccts:ObjectClass><PrimitiveClass>dcat-ap:Dataset</PrimitiveClass></an:Class>
Java class for EvidenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvidenceType">
<complexContent>
<extension base="{http://data.europa.eu/r5r/}DatasetType">
<sequence>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}confidentialityLevelType" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}error" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}conformantTo" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}supportsRequirement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}supportsConcept" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}about" 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 |
|---|
CCCEVEvidenceType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addAbout(IDReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addConformantTo(IDReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addError(CodeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSupportsConcept(IDReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSupportsRequirement(IDReferenceType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CCCEVEvidenceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CCCEVEvidenceType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<IDReferenceType> |
getAbout()
<?
|
IDReferenceType |
getAboutAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAboutCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
CodeType |
getConfidentialityLevelType()
<?
|
String |
getConfidentialityLevelTypeValue()
Get the value of the contained CodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<IDReferenceType> |
getConformantTo()
<?
|
IDReferenceType |
getConformantToAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getConformantToCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<CodeType> |
getError()
<?
|
CodeType |
getErrorAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getErrorCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDReferenceType> |
getSupportsConcept()
<?
|
IDReferenceType |
getSupportsConceptAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSupportsConceptCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<IDReferenceType> |
getSupportsRequirement()
<?
|
IDReferenceType |
getSupportsRequirementAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSupportsRequirementCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasAboutEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasConformantToEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasErrorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAboutEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoConformantToEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoErrorEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSupportsConceptEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSupportsRequirementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSupportsConceptEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSupportsRequirementEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAbout(List<IDReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setConfidentialityLevelType(CodeType value)
Sets the value of the confidentialityLevelType property.
|
CodeType |
setConfidentialityLevelType(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setConformantTo(List<IDReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setError(List<CodeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSupportsConcept(List<IDReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSupportsRequirement(List<IDReferenceType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
addConformsTo, addContactPoint, addDCTHasVersion, addDescription, addDistribution, addHasVersion, addIdentifier, addIsReferencedBy, addIsVersionOf, addKeyword, addLandingPage, addLanguage, addPage, addProvenance, addPublisher, addQualifiedAttribution, addQualifiedRelation, addRelation, addSample, addSource, addSpatial, addSpatialResolutionInMeters, addTemporal, addTemporalResolution, addTheme, addTitle, addVersionNotes, addWasGeneratedBy, cloneTo, getAccessRights, getAccrualPeriodicity, getConformsTo, getConformsToAtIndex, getConformsToCount, getContactPoint, getContactPointAtIndex, getContactPointCount, getCreator, getDCTHasVersion, getDCTHasVersionAtIndex, getDCTHasVersionCount, getDescription, getDescriptionAtIndex, getDescriptionCount, getDistribution, getDistributionAtIndex, getDistributionCount, getFormat, getHasVersion, getHasVersionAtIndex, getHasVersionCount, getIdentifier, getIdentifierAtIndex, getIdentifierCount, getIsReferencedBy, getIsReferencedByAtIndex, getIsReferencedByCount, getIssued, getIsVersionOf, getIsVersionOfAtIndex, getIsVersionOfCount, getKeyword, getKeywordAtIndex, getKeywordCount, getLandingPage, getLandingPageAtIndex, getLandingPageCount, getLanguage, getLanguageAtIndex, getLanguageCount, getModified, getPage, getPageAtIndex, getPageCount, getProvenance, getProvenanceAtIndex, getProvenanceCount, getPublisher, getPublisherAtIndex, getPublisherCount, getQualifiedAttribution, getQualifiedAttributionAtIndex, getQualifiedAttributionCount, getQualifiedRelation, getQualifiedRelationAtIndex, getQualifiedRelationCount, getRelation, getRelationAtIndex, getRelationCount, getSample, getSampleAtIndex, getSampleCount, getSource, getSourceAtIndex, getSourceCount, getSpatial, getSpatialAtIndex, getSpatialCount, getSpatialResolutionInMeters, getSpatialResolutionInMetersAtIndex, getSpatialResolutionInMetersCount, getTemporal, getTemporalAtIndex, getTemporalCount, getTemporalResolution, getTemporalResolutionAtIndex, getTemporalResolutionCount, getTheme, getThemeAtIndex, getThemeCount, getTitle, getTitleAtIndex, getTitleCount, getType, getVersionNotes, getVersionNotesAtIndex, getVersionNotesCount, getWasGeneratedBy, getWasGeneratedByAtIndex, getWasGeneratedByCount, hasConformsToEntries, hasContactPointEntries, hasDCTHasVersionEntries, hasDescriptionEntries, hasDistributionEntries, hasHasVersionEntries, hasIdentifierEntries, hasIsReferencedByEntries, hasIsVersionOfEntries, hasKeywordEntries, hasLandingPageEntries, hasLanguageEntries, hasNoConformsToEntries, hasNoContactPointEntries, hasNoDCTHasVersionEntries, hasNoDescriptionEntries, hasNoDistributionEntries, hasNoHasVersionEntries, hasNoIdentifierEntries, hasNoIsReferencedByEntries, hasNoIsVersionOfEntries, hasNoKeywordEntries, hasNoLandingPageEntries, hasNoLanguageEntries, hasNoPageEntries, hasNoProvenanceEntries, hasNoPublisherEntries, hasNoQualifiedAttributionEntries, hasNoQualifiedRelationEntries, hasNoRelationEntries, hasNoSampleEntries, hasNoSourceEntries, hasNoSpatialEntries, hasNoSpatialResolutionInMetersEntries, hasNoTemporalEntries, hasNoTemporalResolutionEntries, hasNoThemeEntries, hasNoTitleEntries, hasNoVersionNotesEntries, hasNoWasGeneratedByEntries, hasPageEntries, hasProvenanceEntries, hasPublisherEntries, hasQualifiedAttributionEntries, hasQualifiedRelationEntries, hasRelationEntries, hasSampleEntries, hasSourceEntries, hasSpatialEntries, hasSpatialResolutionInMetersEntries, hasTemporalEntries, hasTemporalResolutionEntries, hasThemeEntries, hasTitleEntries, hasVersionNotesEntries, hasWasGeneratedByEntries, setAccessRights, setAccrualPeriodicity, setConformsTo, setContactPoint, setCreator, setDCTHasVersion, setDescription, setDistribution, setFormat, setHasVersion, setIdentifier, setIsReferencedBy, setIssued, setIsVersionOf, setKeyword, setLandingPage, setLanguage, setModified, setPage, setProvenance, setPublisher, setQualifiedAttribution, setQualifiedRelation, setRelation, setSample, setSource, setSpatial, setSpatialResolutionInMeters, setTemporal, setTemporalResolution, setTheme, setTitle, setType, setVersionNotes, setWasGeneratedBycloneTo, getResource, setResourcepublic CCCEVEvidenceType()
@Nullable public CodeType getConfidentialityLevelType()
<?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:Evidence. confidentiality Level</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource>
The security classification assigned to an Evidence or, in general, to a content.
</DefinitionSource></ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>cccev:Evidence</ccts:ObjectClass><ccts:PropertyTerm>Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></an:DataProperty>
CodeTypepublic void setConfidentialityLevelType(@Nullable CodeType value)
value - allowed object is
CodeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<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:Evidence. error</ccts:DictionaryEntryName><ccts:Definition>
A code identifying an exception when trying to provide an evidence (e.g. from a Data Service).
</ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>cccev:Evidence</ccts:ObjectClass><ccts:PropertyTerm>Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></an:DataProperty>
Gets the value of the error 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 error property.
For example, to add a new item, do as follows:
getError().add(newItem);
Objects of the following type(s) are allowed in the list
CodeType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDReferenceType> getConformantTo()
<?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:Evidence. conformant To</ccts:DictionaryEntryName><ccts:Definition>
A reference to one or more types of evidence where the content and, possibly, the layout or configuration of the
evidence is specified.
Additional information:
Evidence types can be seen as ‘templates’ that actual evidences need to use to express the data that constitutes the proof.
</ccts:Definition><ccts:ObjectClass>cccev:Evidence</ccts:ObjectClass><Domain>Ecccev:vidence</Domain><Range>cccev:EvidenceType</Range><Predicate>cccev:isConformantTo</Predicate></ObjectProperty>
Gets the value of the conformantTo 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 conformantTo property.
For example, to add a new item, do as follows:
getConformantTo().add(newItem);
Objects of the following type(s) are allowed in the list
IDReferenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDReferenceType> getSupportsRequirement()
<?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:Evidence. supports Requirement</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>cccev:Evidence</ccts:ObjectClass><Domain>cccev:Evidence</Domain><Range>cccev:Requirement</Range><Predicate>cccev:supportsRequirement</Predicate><Axiom>owl:inverseOf :hasSupportingEvidence</Axiom></ObjectProperty>Gets the value of the supportsRequirement 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 supportsRequirement property.
For example, to add a new item, do as follows:
getSupportsRequirement().add(newItem);
Objects of the following type(s) are allowed in the list
IDReferenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDReferenceType> getSupportsConcept()
<?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:Evidence. supports Concept</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>cccev:Evidence</ccts:ObjectClass><Domain>cccev:Evidence</Domain><Range>cccev:Concept</Range><Predicate>cccev:supportsConcept</Predicate></ObjectProperty>Gets the value of the supportsConcept 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 supportsConcept property.
For example, to add a new item, do as follows:
getSupportsConcept().add(newItem);
Objects of the following type(s) are allowed in the list
IDReferenceType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDReferenceType> getAbout()
<?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:Evidence. about</ccts:DictionaryEntryName><ccts:Definition>
A reference to the Agent that the evidence is about.
</ccts:Definition><ccts:ObjectClass>cccev:Evidence</ccts:ObjectClass><Domain>cccev:Evidence</Domain><Range>foaf:Agent</Range><Predicate>cccev:about</Predicate></ObjectProperty>
Gets the value of the about 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 about property.
For example, to add a new item, do as follows:
getAbout().add(newItem);
Objects of the following type(s) are allowed in the list
IDReferenceType
public boolean equals(Object o)
equals in class DCatAPDatasetTypepublic int hashCode()
hashCode in class DCatAPDatasetTypepublic String toString()
toString in class DCatAPDatasetTypepublic void setError(@Nullable List<CodeType> aList)
aList - The new list member to set. May be null.public void setConformantTo(@Nullable List<IDReferenceType> aList)
aList - The new list member to set. May be null.public void setSupportsRequirement(@Nullable List<IDReferenceType> aList)
aList - The new list member to set. May be null.public void setSupportsConcept(@Nullable List<IDReferenceType> aList)
aList - The new list member to set. May be null.public void setAbout(@Nullable List<IDReferenceType> aList)
aList - The new list member to set. May be null.public boolean hasErrorEntries()
true if at least one item is contained, false otherwise.public boolean hasNoErrorEntries()
true if no item is contained, false otherwise.@Nonnegative public int getErrorCount()
@Nullable public CodeType getErrorAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addError(@Nonnull CodeType elem)
elem - The element to be added. May not be null.public boolean hasConformantToEntries()
true if at least one item is contained, false otherwise.public boolean hasNoConformantToEntries()
true if no item is contained, false otherwise.@Nonnegative public int getConformantToCount()
@Nullable public IDReferenceType getConformantToAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addConformantTo(@Nonnull IDReferenceType elem)
elem - The element to be added. May not be null.public boolean hasSupportsRequirementEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSupportsRequirementEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSupportsRequirementCount()
@Nullable public IDReferenceType getSupportsRequirementAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSupportsRequirement(@Nonnull IDReferenceType elem)
elem - The element to be added. May not be null.public boolean hasSupportsConceptEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSupportsConceptEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSupportsConceptCount()
@Nullable public IDReferenceType getSupportsConceptAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSupportsConcept(@Nonnull IDReferenceType elem)
elem - The element to be added. May not be null.public boolean hasAboutEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAboutEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAboutCount()
@Nullable public IDReferenceType getAboutAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAbout(@Nonnull IDReferenceType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull CCCEVEvidenceType 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 CCCEVEvidenceType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class DCatAPDatasetTypenull.@Nonnull public CodeType setConfidentialityLevelType(@Nullable String valueParam)
valueParam - The value to be set. May be null.nullCopyright © 2020–2021 toop.eu. All rights reserved.