Package tr.gov.efatura.useraccount
Class AlternateScriptPersonNameType
- java.lang.Object
-
- tr.gov.efatura.useraccount.PersonNameBaseType
-
- tr.gov.efatura.useraccount.AlternateScriptPersonNameType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class AlternateScriptPersonNameType extends PersonNameBaseType
<?xml version="1.0" encoding="UTF-8"?><ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Alternate Script Person Name. Details</ccts:DictionaryEntryName>
<?xml version="1.0" encoding="UTF-8"?><ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns="http://www.hr-xml.org/3" xmlns:oa="http://www.openapplications.org/oagis/9" xmlns:xsd="http://www.w3.org/2001/XMLSchema">Contains a copy of a person name in an alternate script or "alaphabet". For example the same name might be presented using Roman, Kanji, Arabic, or other character sets. </ccts:DefinitionText>Java class for AlternateScriptPersonNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlternateScriptPersonNameType"> <complexContent> <extension base="{http://www.hr-xml.org/3}PersonNameBaseType"> <sequence> <element ref="{http://www.hr-xml.org/3}UserArea" minOccurs="0"/> </sequence> <attribute name="scriptCode" type="{http://www.openapplications.org/oagis/9}NormalizedStringType" /> </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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlternateScriptPersonNameType()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 AlternateScriptPersonNameTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(AlternateScriptPersonNameType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetScriptCode()Gets the value of the scriptCode property.UserAreaTypegetUserArea()Gets the value of the userArea property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetScriptCode(String value)Sets the value of the scriptCode property.voidsetUserArea(UserAreaType value)Sets the value of the userArea property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class tr.gov.efatura.useraccount.PersonNameBaseType
addFamilyName, addGivenName, addQualificationAffixCode, addTitleAffixCode, cloneTo, getFamilyName, getFamilyNameAtIndex, getFamilyNameCount, getFormattedName, getFormattedNameValue, getFormerFamilyName, getFormerFamilyNameValue, getGenerationAffixCode, getGenerationAffixCodeValue, getGivenName, getGivenNameAtIndex, getGivenNameCount, getLegalName, getLegalNameValue, getMiddleName, getMiddleNameValue, getPersonNameInitials, getPersonNameInitialsValue, getPreferredName, getPreferredNameValue, getPreferredSalutationCode, getPreferredSalutationCodeValue, getQualificationAffixCode, getQualificationAffixCodeAtIndex, getQualificationAffixCodeCount, getTitleAffixCode, getTitleAffixCodeAtIndex, getTitleAffixCodeCount, hasFamilyNameEntries, hasGivenNameEntries, hasNoFamilyNameEntries, hasNoGivenNameEntries, hasNoQualificationAffixCodeEntries, hasNoTitleAffixCodeEntries, hasQualificationAffixCodeEntries, hasTitleAffixCodeEntries, setFamilyName, setFormattedName, setFormattedName, setFormerFamilyName, setFormerFamilyName, setGenerationAffixCode, setGenerationAffixCode, setGivenName, setLegalName, setLegalName, setMiddleName, setMiddleName, setPersonNameInitials, setPersonNameInitials, setPreferredName, setPreferredName, setPreferredSalutationCode, setPreferredSalutationCode, setQualificationAffixCode, setTitleAffixCode
-
-
-
-
Method Detail
-
getUserArea
@Nullable public UserAreaType getUserArea()
Gets the value of the userArea property.- Returns:
- possible object is
UserAreaType
-
setUserArea
public void setUserArea(@Nullable UserAreaType value)
Sets the value of the userArea property.- Parameters:
value- allowed object isUserAreaType
-
getScriptCode
@Nullable public String getScriptCode()
Gets the value of the scriptCode property.- Returns:
- possible object is
String
-
setScriptCode
public void setScriptCode(@Nullable String value)
Sets the value of the scriptCode property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classPersonNameBaseType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classPersonNameBaseType
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring- Overrides:
toStringin classPersonNameBaseType
-
cloneTo
public void cloneTo(@Nonnull AlternateScriptPersonNameType 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 AlternateScriptPersonNameType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classPersonNameBaseType- Returns:
- The cloned object. Never
null.
-
-