Package com.helger.regrep.rim
Class LocalizedStringType
- java.lang.Object
-
- com.helger.regrep.rim.LocalizedStringType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class LocalizedStringType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
This type allows the definition of a string value using the specified local language and character set. It is used within the InternationalStringType as the type of the LocalizedString sub-element.Java class for LocalizedStringType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocalizedStringType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute ref="{http://www.w3.org/XML/1998/namespace}lang default="en-US""/> <attribute name="value" use="required" type="{urn:oasis:names:tc:ebxml-regrep:xsd:rim:4.0}FreeFormText" /> </restriction> </complexContent> </complexType>This class was annotated by ph-jaxb-plugin -Xph-annotate
This class contains methods created by ph-jaxb-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb-plugin -Xph-tostring
This class contains methods created by ph-jaxb-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb-plugin -Xph-value-extender
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalizedStringType()Default constructor
Note: automatically created by ph-jaxb-plugin -Xph-value-extenderLocalizedStringType(String valueParam)Constructor for value of type String
Note: automatically created by ph-jaxb-plugin -Xph-value-extender
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizedStringTypeclone()Created by ph-jaxb-plugin -Xph-cloneable2voidcloneTo(LocalizedStringType ret)This method clones all values fromthisto the passed object.booleanequals(Object o)Created by ph-jaxb-plugin -Xph-equalshashcodeStringgetLang()Gets the value of the lang property.StringgetValue()Gets the value of the value property.inthashCode()Created by ph-jaxb-plugin -Xph-equalshashcodevoidsetLang(String value)Sets the value of the lang property.voidsetValue(String value)Sets the value of the value property.StringtoString()Created by ph-jaxb-plugin -Xph-tostring
-
-
-
Method Detail
-
getLang
@Nullable public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(@Nullable String value)
Sets the value of the lang property.- Parameters:
value- allowed object isString
-
getValue
@Nullable public String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(@Nullable String value)
Sets the value of the value property.- Parameters:
value- allowed object isString
-
equals
public boolean equals(Object o)
Created by ph-jaxb-plugin -Xph-equalshashcode
-
hashCode
public int hashCode()
Created by ph-jaxb-plugin -Xph-equalshashcode
-
toString
public String toString()
Created by ph-jaxb-plugin -Xph-tostring
-
cloneTo
public void cloneTo(@Nonnull LocalizedStringType ret)
This method clones all values fromthisto the passed object. All data in the parameter object is overwritten!Created by ph-jaxb-plugin -Xph-cloneable2- Parameters:
ret- The target object to clone to. May not benull.
-
clone
@Nonnull @ReturnsMutableCopy public LocalizedStringType clone()
Created by ph-jaxb-plugin -Xph-cloneable2
-
-