@CodingStyleguideUnaware public class CCCEVEvidenceTypeListType 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>EvidenceTypeList. Details</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:ObjectClass>EvidenceType</ccts:ObjectClass></an:Class>
Java class for EvidenceTypeListType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EvidenceTypeListType">
<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/cccev-2.0.0#}specifies" 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 |
|---|
CCCEVEvidenceTypeListType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addId(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSpecifies(CCCEVEvidenceTypeType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
CCCEVEvidenceTypeListType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CCCEVEvidenceTypeListType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
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<CCCEVEvidenceTypeType> |
getSpecifies()
<?
|
CCCEVEvidenceTypeType |
getSpecifiesAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSpecifiesCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
String |
getVersionIdAttr()
Gets the value of the versionIdAttr property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoIdEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSpecifiesEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSpecifiesEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setId(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSpecifies(List<CCCEVEvidenceTypeType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setVersionIdAttr(String value)
Sets the value of the versionIdAttr property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public CCCEVEvidenceTypeListType()
@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>EvidenceTypeList. identifier</ccts:DictionaryEntryName><ccts:Definition><DefinitionSource/></ccts:Definition><ccts:Cardinality>0..*</ccts:Cardinality><ccts:ObjectClass>EvidenceTypeList</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<CCCEVEvidenceTypeType> getSpecifies()
<?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>EvidenceTypeList. specifies</ccts:DictionaryEntryName><ccts:Definition/><ccts:ObjectClass>EvidenceTypeList</ccts:ObjectClass><Domain>EvidenceTypeList</Domain><Range>EvidenceType</Range><Predicate>specifiesEvidenceType</Predicate><Axiom>owl:inverseOf :isSpecifiedIn</Axiom></ObjectProperty>Gets the value of the specifies 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 specifies property.
For example, to add a new item, do as follows:
getSpecifies().add(newItem);
Objects of the following type(s) are allowed in the list
CCCEVEvidenceTypeType
@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 setSpecifies(@Nullable List<CCCEVEvidenceTypeType> 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 hasSpecifiesEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSpecifiesEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSpecifiesCount()
@Nullable public CCCEVEvidenceTypeType getSpecifiesAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSpecifies(@Nonnull CCCEVEvidenceTypeType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull CCCEVEvidenceTypeListType 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 CCCEVEvidenceTypeListType clone()
Copyright © 2020 toop.eu. All rights reserved.