Class AccreditationTypeCodeType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.CodeType
-
- eu.europa.data.europass.model.credentials_.AccreditationTypeCodeType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class AccreditationTypeCodeType extends CodeType
Java class for AccreditationTypeCodeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccreditationTypeCodeType"> <complexContent> <restriction base="{http://data.europa.eu/europass/model/credentials#}CodeType"> <sequence> <element name="targetName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> <element name="targetDescription" type="{http://data.europa.eu/europass/model/credentials#}NoteType" maxOccurs="unbounded" minOccurs="0"/> <element name="targetFrameworkName" type="{http://data.europa.eu/europass/model/credentials#}LanguageStringType" maxOccurs="unbounded"/> </sequence> <attribute name="uri" type="{http://data.europa.eu/europass/model/credentials#}AccreditationTypeEnumType" /> <attribute name="targetID" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}normalizedString" /> <attribute name="targetNotation" type="{http://www.w3.org/2001/XMLSchema}token" /> <attribute name="targetFrameworkID" type="{http://data.europa.eu/europass/model/credentials#}IdType" /> <attribute name="targetFrameworkUrl" use="required" type="{http://data.europa.eu/europass/model/credentials#}DocumentURLType" /> <attribute name="targetFrameworkSpatialID" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> </restriction> </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 Summary
Constructors Constructor Description AccreditationTypeCodeType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccreditationTypeCodeTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(AccreditationTypeCodeType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeinthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcode-
Methods inherited from class eu.europa.data.europass.model.credentials_.CodeType
addTargetDescription, addTargetFrameworkName, addTargetName, cloneTo, getDescription, getTargetDescription, getTargetDescriptionAtIndex, getTargetDescriptionCount, getTargetFrameworkID, getTargetFrameworkName, getTargetFrameworkNameAtIndex, getTargetFrameworkNameCount, getTargetFrameworkSpatialID, getTargetFrameworkUrl, getTargetID, getTargetName, getTargetNameAtIndex, getTargetNameCount, getTargetNotation, getType, getUri, hasNoTargetDescriptionEntries, hasNoTargetFrameworkNameEntries, hasNoTargetNameEntries, hasTargetDescriptionEntries, hasTargetFrameworkNameEntries, hasTargetNameEntries, setDescription, setTargetDescription, setTargetFrameworkID, setTargetFrameworkName, setTargetFrameworkSpatialID, setTargetFrameworkUrl, setTargetID, setTargetName, setTargetNotation, setType, setUri, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
cloneTo
public void cloneTo(@Nonnull AccreditationTypeCodeType ret)This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public AccreditationTypeCodeType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-