Class LegalIdentifierType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.IdentifierType
-
- eu.europa.data.europass.model.credentials_.LegalIdentifierType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class LegalIdentifierType extends IdentifierType
Java class for LegalIdentifierType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LegalIdentifierType"> <simpleContent> <restriction base="<http://data.europa.eu/europass/model/credentials#>IdentifierType"> <attribute name="spatialID" use="required" type="{http://data.europa.eu/europass/model/credentials#}LocationCodeContentType" /> </restriction> </simpleContent> </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 LegalIdentifierType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderLegalIdentifierType(String valueParam)Constructor for value of type String calling super class constructor.
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LegalIdentifierTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(LegalIdentifierType 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_.IdentifierType
cloneTo, getIssuedDate, getIssuedDateLocal, getSchemeAgencyName, getSchemeID, getSchemeName, getSpatialID, getType, getValue, setIssuedDate, setIssuedDate, setSchemeAgencyName, setSchemeID, setSchemeName, setSpatialID, setType, setValue, toString
-
-
-
-
Constructor Detail
-
LegalIdentifierType
public LegalIdentifierType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
-
LegalIdentifierType
public LegalIdentifierType(@Nullable String valueParam)Constructor for value of type String calling super class constructor.
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender- Parameters:
valueParam- The value to be set. May benull.
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classIdentifierType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classIdentifierType
-
cloneTo
public void cloneTo(@Nonnull LegalIdentifierType 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 LegalIdentifierType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classIdentifierType- Returns:
- The cloned object. Never
null.
-
-