Package tr.gov.efatura.useraccount
Class FormattedNameType
- java.lang.Object
-
- org.openapplications.oagis._9.unqualifieddatatypes._1.TextType
-
- org.openapplications.oagis._9.TextType
-
- tr.gov.efatura.useraccount.FormattedNameType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class FormattedNameType extends TextType
This is a formatted presentation of a name (for example, a person name) that might alternatively presented as discretely fielded components or it could otherwise be a name that has alternative formatted representations. The formatCode is an optional attribute available to specify the applicable "mask" or type of format presentation to which the contents conforms. For example, in the case of the FormattedName of person formatCodes could be items such as: "Family Name, Given Name" "Given Name, Middle Initial, Family Name" "First Initial, Family Name" "Given Name, Last Initial" "Nick Name, Family Name"Java class for FormattedNameType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormattedNameType"> <simpleContent> <extension base="<http://www.openapplications.org/oagis/9>TextType"> <attribute name="formatCode" type="{http://www.openapplications.org/oagis/9}NormalizedStringType" /> </extension> </simpleContent> </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 FormattedNameType()Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extenderFormattedNameType(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 FormattedNameTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(FormattedNameType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb22-plugin -Xph-equalshashcodeStringgetFormatCode()Gets the value of the formatCode property.inthashCode()Created by ph-jaxb22-plugin -Xph-equalshashcodevoidsetFormatCode(String value)Sets the value of the formatCode property.StringtoString()Created by ph-jaxb22-plugin -Xph-tostring-
Methods inherited from class org.openapplications.oagis._9.unqualifieddatatypes._1.TextType
cloneTo, getLanguageID, getValue, setLanguageID, setValue
-
-
-
-
Method Detail
-
getFormatCode
@Nullable public String getFormatCode()
Gets the value of the formatCode property.- Returns:
- possible object is
String
-
setFormatCode
public void setFormatCode(@Nullable String value)
Sets the value of the formatCode property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb22-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull FormattedNameType 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 FormattedNameType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
-
-