Class CurrentAddressStructuredType

  • All Implemented Interfaces:
    com.helger.commons.lang.IExplicitlyCloneable, Cloneable

    @CodingStyleguideUnaware
    public class CurrentAddressStructuredType
    extends Object
    implements com.helger.commons.lang.IExplicitlyCloneable
    Un-coded Current address of the natural person. 22 Arcacia Avenue London SW1A 1AA

    Java class for CurrentAddressStructuredType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CurrentAddressStructuredType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="PoBox" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="LocatorDesignator" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="LocatorName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="CvaddressArea" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="Thoroughfare" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="PostName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="AdminunitFirstline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="AdminunitSecondline" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="PostCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </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

    • Constructor Detail

      • CurrentAddressStructuredType

        public CurrentAddressStructuredType()
        Default constructor
        Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
    • Method Detail

      • getPoBox

        @Nullable
        public String getPoBox()
        Gets the value of the poBox property.
        Returns:
        possible object is String
      • setPoBox

        public void setPoBox​(@Nullable
                             String value)
        Sets the value of the poBox property.
        Parameters:
        value - allowed object is String
      • getLocatorDesignator

        @Nullable
        public String getLocatorDesignator()
        Gets the value of the locatorDesignator property.
        Returns:
        possible object is String
      • setLocatorDesignator

        public void setLocatorDesignator​(@Nullable
                                         String value)
        Sets the value of the locatorDesignator property.
        Parameters:
        value - allowed object is String
      • getLocatorName

        @Nullable
        public String getLocatorName()
        Gets the value of the locatorName property.
        Returns:
        possible object is String
      • setLocatorName

        public void setLocatorName​(@Nullable
                                   String value)
        Sets the value of the locatorName property.
        Parameters:
        value - allowed object is String
      • getCvaddressArea

        @Nullable
        public String getCvaddressArea()
        Gets the value of the cvaddressArea property.
        Returns:
        possible object is String
      • setCvaddressArea

        public void setCvaddressArea​(@Nullable
                                     String value)
        Sets the value of the cvaddressArea property.
        Parameters:
        value - allowed object is String
      • getThoroughfare

        @Nullable
        public String getThoroughfare()
        Gets the value of the thoroughfare property.
        Returns:
        possible object is String
      • setThoroughfare

        public void setThoroughfare​(@Nullable
                                    String value)
        Sets the value of the thoroughfare property.
        Parameters:
        value - allowed object is String
      • getPostName

        @Nullable
        public String getPostName()
        Gets the value of the postName property.
        Returns:
        possible object is String
      • setPostName

        public void setPostName​(@Nullable
                                String value)
        Sets the value of the postName property.
        Parameters:
        value - allowed object is String
      • getAdminunitFirstline

        @Nullable
        public String getAdminunitFirstline()
        Gets the value of the adminunitFirstline property.
        Returns:
        possible object is String
      • setAdminunitFirstline

        public void setAdminunitFirstline​(@Nullable
                                          String value)
        Sets the value of the adminunitFirstline property.
        Parameters:
        value - allowed object is String
      • getAdminunitSecondline

        @Nullable
        public String getAdminunitSecondline()
        Gets the value of the adminunitSecondline property.
        Returns:
        possible object is String
      • setAdminunitSecondline

        public void setAdminunitSecondline​(@Nullable
                                           String value)
        Sets the value of the adminunitSecondline property.
        Parameters:
        value - allowed object is String
      • getPostCode

        @Nullable
        public String getPostCode()
        Gets the value of the postCode property.
        Returns:
        possible object is String
      • setPostCode

        public void setPostCode​(@Nullable
                                String value)
        Sets the value of the postCode property.
        Parameters:
        value - allowed object is String
      • equals

        public boolean equals​(Object o)
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Created by ph-jaxb22-plugin -Xph-equalshashcode
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Created by ph-jaxb22-plugin -Xph-tostring
        Overrides:
        toString in class Object
      • cloneTo

        public void cloneTo​(@Nonnull
                            CurrentAddressStructuredType ret)
        This method clones all values from this to 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 be null.
      • clone

        @Nonnull
        @ReturnsMutableCopy
        public CurrentAddressStructuredType clone()
        Created by ph-jaxb22-plugin -Xph-cloneable2
        Specified by:
        clone in interface com.helger.commons.lang.IExplicitlyCloneable
        Overrides:
        clone in class Object
        Returns:
        The cloned object. Never null.