Package eu.de4a.iem.jaxb.w3.cv.bc
Class AddressAdminUnitLocationTwoType
- java.lang.Object
-
- com.helger.xsds.ccts.cct.schemamodule.TextType
-
- oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.TextType
-
- eu.de4a.iem.jaxb.w3.cv.bc.AddressAdminUnitLocationTwoType
-
- All Implemented Interfaces:
com.helger.commons.lang.IExplicitlyCloneable,Serializable,Cloneable
@CodingStyleguideUnaware public class AddressAdminUnitLocationTwoType extends oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.TextTypeJava class for AddressAdminUnitLocationTwoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddressAdminUnitLocationTwoType"> <simpleContent> <extension base="<urn:oasis:names:specification:bdndr:schema:xsd:UnqualifiedDataTypes-1>TextType"> </extension> </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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AddressAdminUnitLocationTwoType()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 AddressAdminUnitLocationTwoTypeclone()Created by ph-jaxb22-plugin -Xph-cloneable2voidcloneTo(AddressAdminUnitLocationTwoType 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 oasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.TextType
cloneTo
-
-
-
-
Method Detail
-
equals
public boolean equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
equalsin classoasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.TextType
-
hashCode
public int hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode- Overrides:
hashCodein classoasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.TextType
-
cloneTo
public void cloneTo(@Nonnull AddressAdminUnitLocationTwoType 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 AddressAdminUnitLocationTwoType clone()
Created by ph-jaxb22-plugin -Xph-cloneable2- Specified by:
clonein interfacecom.helger.commons.lang.IExplicitlyCloneable- Overrides:
clonein classoasis.names.specification.bdndr.schema.xsd.unqualifieddatatypes_1.TextType- Returns:
- The cloned object. Never
null.
-
-