@CodingStyleguideUnaware public class CCCEVConstraintType extends CCCEVRequirementType
<?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:Constraint. Details</ccts:DictionaryEntryName><ccts:Definition>
Limitation applied to requirement(s) or to the concept(s) the requirement is about.
Additional Information:
An example in eProcurement, a threshold: the minimum Turnover required by the buyer to select the candidates.
</ccts:Definition><ccts:ObjectClass>cccev:Constraint</ccts:ObjectClass><PrimitiveClass>cccev:RequirementType</PrimitiveClass></an:Class>
Java class for ConstraintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConstraintType">
<complexContent>
<extension base="{https://data.europe.eu/semanticassets/ns/cv/cccev_v2.0.0#}RequirementType">
<sequence>
</sequence>
</extension>
</complexContent>
</complexType>
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
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 |
|---|
CCCEVConstraintType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
CCCEVConstraintType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(CCCEVConstraintType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
addConcept, addDerivedFrom, addDescription, addEvidence, addEvidenceTypeCombinationList, addId, addIsRequirementOf, addName, addQualifiedRelation, addRequirement, cloneTo, getConcept, getConceptAtIndex, getConceptCount, getDerivedFrom, getDerivedFromAtIndex, getDerivedFromCount, getDescription, getDescriptionAtIndex, getDescriptionCount, getEvidence, getEvidenceAtIndex, getEvidenceCount, getEvidenceTypeCombinationList, getEvidenceTypeCombinationListAtIndex, getEvidenceTypeCombinationListCount, getId, getIdAtIndex, getIdCount, getIsRequirementOf, getIsRequirementOfAtIndex, getIsRequirementOfCount, getName, getNameAtIndex, getNameCount, getQualifiedRelation, getQualifiedRelationAtIndex, getQualifiedRelationCount, getRequirement, getRequirementAtIndex, getRequirementCount, getType, getTypeValue, hasConceptEntries, hasDerivedFromEntries, hasDescriptionEntries, hasEvidenceEntries, hasEvidenceTypeCombinationListEntries, hasIdEntries, hasIsRequirementOfEntries, hasNameEntries, hasNoConceptEntries, hasNoDerivedFromEntries, hasNoDescriptionEntries, hasNoEvidenceEntries, hasNoEvidenceTypeCombinationListEntries, hasNoIdEntries, hasNoIsRequirementOfEntries, hasNoNameEntries, hasNoQualifiedRelationEntries, hasNoRequirementEntries, hasQualifiedRelationEntries, hasRequirementEntries, setConcept, setDerivedFrom, setDescription, setEvidence, setEvidenceTypeCombinationList, setId, setIsRequirementOf, setName, setQualifiedRelation, setRequirement, setType, setType, toStringpublic CCCEVConstraintType()
public boolean equals(Object o)
equals in class CCCEVRequirementTypepublic int hashCode()
hashCode in class CCCEVRequirementTypepublic void cloneTo(@Nonnull CCCEVConstraintType 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 CCCEVConstraintType clone()
clone in interface com.helger.commons.lang.IExplicitlyCloneableclone in class CCCEVRequirementTypenull.Copyright © 2020–2021 toop.eu. All rights reserved.