Class CredentialSubjectType
- java.lang.Object
-
- eu.europa.data.europass.model.credentials_.AgentType
-
- eu.europa.data.europass.model.credentials_.PersonType
-
- eu.europa.data.europass.model.credentials_.CredentialSubjectType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Cloneable
@CodingStyleguideUnaware public class CredentialSubjectType extends PersonType
Java class for CredentialSubjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CredentialSubjectType"> <complexContent> <extension base="{http://data.europa.eu/europass/model/credentials#}PersonType"> <sequence> <element name="achievements" type="{http://data.europa.eu/europass/model/credentials#}AchievementsType" minOccurs="0"/> <element name="activities" type="{http://data.europa.eu/europass/model/credentials#}ActivitiesType" minOccurs="0"/> <element name="entitlements" type="{http://data.europa.eu/europass/model/credentials#}EntitlementsType" 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-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class eu.europa.data.europass.model.credentials_.AgentType
AgentType.Type
-
-
Constructor Summary
Constructors Constructor Description CredentialSubjectType()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 CredentialSubjectTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(CredentialSubjectType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeAchievementsTypegetAchievements()Gets the value of the achievements property.ActivitiesTypegetActivities()Gets the value of the activities property.EntitlementsTypegetEntitlements()Gets the value of the entitlements property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetAchievements(AchievementsType value)Sets the value of the achievements property.voidsetActivities(ActivitiesType value)Sets the value of the activities property.voidsetEntitlements(EntitlementsType value)Sets the value of the entitlements property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class eu.europa.data.europass.model.credentials_.PersonType
addCitizenshipCountry, addPersonIdentifier, cloneTo, getCitizenshipCountry, getCitizenshipCountryAtIndex, getCitizenshipCountryCount, getDateOfBirth, getDateOfBirthLocal, getFamilyName, getFullName, getGender, getGivenNames, getNationalId, getNationalIdValue, getPersonIdentifier, getPersonIdentifierAtIndex, getPersonIdentifierCount, getPlaceOfBirth, hasCitizenshipCountryEntries, hasNoCitizenshipCountryEntries, hasNoPersonIdentifierEntries, hasPersonIdentifierEntries, setCitizenshipCountry, setDateOfBirth, setDateOfBirth, setFamilyName, setFullName, setGender, setGivenNames, setNationalId, setNationalId, setPersonIdentifier, setPlaceOfBirth
-
Methods inherited from class eu.europa.data.europass.model.credentials_.AgentType
addAdditionalNote, addAltLabel, addContactPoint, addHasLocation, addIdentifier, addPrefLabel, addType, cloneTo, getAdditionalNote, getAdditionalNoteAtIndex, getAdditionalNoteCount, getAltLabel, getAltLabelAtIndex, getAltLabelCount, getContactPoint, getContactPointAtIndex, getContactPointCount, getHasLocation, getHasLocationAtIndex, getHasLocationCount, getId, getIdentifier, getIdentifierAtIndex, getIdentifierCount, getPrefLabel, getPrefLabelAtIndex, getPrefLabelCount, getType, getTypeAtIndex, getTypeCount, hasAdditionalNoteEntries, hasAltLabelEntries, hasContactPointEntries, hasHasLocationEntries, hasIdentifierEntries, hasNoAdditionalNoteEntries, hasNoAltLabelEntries, hasNoContactPointEntries, hasNoHasLocationEntries, hasNoIdentifierEntries, hasNoPrefLabelEntries, hasNoTypeEntries, hasPrefLabelEntries, hasTypeEntries, setAdditionalNote, setAltLabel, setContactPoint, setHasLocation, setId, setIdentifier, setPrefLabel, setType
-
-
-
-
Method Detail
-
getAchievements
@Nullable public AchievementsType getAchievements()
Gets the value of the achievements property.- Returns:
- possible object is
AchievementsType
-
setAchievements
public void setAchievements(@Nullable AchievementsType value)Sets the value of the achievements property.- Parameters:
value- allowed object isAchievementsType
-
getActivities
@Nullable public ActivitiesType getActivities()
Gets the value of the activities property.- Returns:
- possible object is
ActivitiesType
-
setActivities
public void setActivities(@Nullable ActivitiesType value)Sets the value of the activities property.- Parameters:
value- allowed object isActivitiesType
-
getEntitlements
@Nullable public EntitlementsType getEntitlements()
Gets the value of the entitlements property.- Returns:
- possible object is
EntitlementsType
-
setEntitlements
public void setEntitlements(@Nullable EntitlementsType value)Sets the value of the entitlements property.- Parameters:
value- allowed object isEntitlementsType
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classPersonType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classPersonType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classPersonType
-
cloneTo
public void cloneTo(@Nonnull CredentialSubjectType 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 CredentialSubjectType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classPersonType- Returns:
- The cloned object. Never
null.
-
-