net.opengis.oseo.v_1_0
Class DeliveryAddressType.PostalAddress

java.lang.Object
  extended by net.opengis.oseo.v_1_0.DeliveryAddressType.PostalAddress
All Implemented Interfaces:
Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
Enclosing class:
DeliveryAddressType

public static class DeliveryAddressType.PostalAddress
extends Object
implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="streetAddress">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="city">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="state">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="postalCode">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="country">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="40"/>
             </restriction>
           </simpleType>
         </element>
         <element name="postBox" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String city
           
protected  String country
           
protected  String postalCode
           
protected  String postBox
           
protected  String state
           
protected  String streetAddress
           
 
Constructor Summary
DeliveryAddressType.PostalAddress()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
           
 Object createNewInstance()
           
 boolean equals(Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
           
 String getCity()
          Gets the value of the city property.
 String getCountry()
          Gets the value of the country property.
 String getPostalCode()
          Gets the value of the postalCode property.
 String getPostBox()
          Gets the value of the postBox property.
 String getState()
          Gets the value of the state property.
 String getStreetAddress()
          Gets the value of the streetAddress property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
           
 boolean isSetCity()
           
 boolean isSetCountry()
           
 boolean isSetPostalCode()
           
 boolean isSetPostBox()
           
 boolean isSetState()
           
 boolean isSetStreetAddress()
           
 void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
           
 void mergeFrom(Object left, Object right)
           
 void setCity(String value)
          Sets the value of the city property.
 void setCountry(String value)
          Sets the value of the country property.
 void setPostalCode(String value)
          Sets the value of the postalCode property.
 void setPostBox(String value)
          Sets the value of the postBox property.
 void setState(String value)
          Sets the value of the state property.
 void setStreetAddress(String value)
          Sets the value of the streetAddress property.
 String toString()
           
 DeliveryAddressType.PostalAddress withCity(String value)
           
 DeliveryAddressType.PostalAddress withCountry(String value)
           
 DeliveryAddressType.PostalAddress withPostalCode(String value)
           
 DeliveryAddressType.PostalAddress withPostBox(String value)
           
 DeliveryAddressType.PostalAddress withState(String value)
           
 DeliveryAddressType.PostalAddress withStreetAddress(String value)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

streetAddress

protected String streetAddress

city

protected String city

state

protected String state

postalCode

protected String postalCode

country

protected String country

postBox

protected String postBox
Constructor Detail

DeliveryAddressType.PostalAddress

public DeliveryAddressType.PostalAddress()
Method Detail

getStreetAddress

public String getStreetAddress()
Gets the value of the streetAddress property.

Returns:
possible object is String

setStreetAddress

public void setStreetAddress(String value)
Sets the value of the streetAddress property.

Parameters:
value - allowed object is String

isSetStreetAddress

public boolean isSetStreetAddress()

getCity

public String getCity()
Gets the value of the city property.

Returns:
possible object is String

setCity

public void setCity(String value)
Sets the value of the city property.

Parameters:
value - allowed object is String

isSetCity

public boolean isSetCity()

getState

public String getState()
Gets the value of the state property.

Returns:
possible object is String

setState

public void setState(String value)
Sets the value of the state property.

Parameters:
value - allowed object is String

isSetState

public boolean isSetState()

getPostalCode

public String getPostalCode()
Gets the value of the postalCode property.

Returns:
possible object is String

setPostalCode

public void setPostalCode(String value)
Sets the value of the postalCode property.

Parameters:
value - allowed object is String

isSetPostalCode

public boolean isSetPostalCode()

getCountry

public String getCountry()
Gets the value of the country property.

Returns:
possible object is String

setCountry

public void setCountry(String value)
Sets the value of the country property.

Parameters:
value - allowed object is String

isSetCountry

public boolean isSetCountry()

getPostBox

public String getPostBox()
Gets the value of the postBox property.

Returns:
possible object is String

setPostBox

public void setPostBox(String value)
Sets the value of the postBox property.

Parameters:
value - allowed object is String

isSetPostBox

public boolean isSetPostBox()

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2

hashCode

public int hashCode()
Overrides:
hashCode in class Object

clone

public Object clone()
Overrides:
clone in class Object

copyTo

public Object copyTo(Object target)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2

copyTo

public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                     Object target,
                     org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2

createNewInstance

public Object createNewInstance()
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(Object left,
                      Object right)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

mergeFrom

public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
                      Object left,
                      Object right,
                      org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2

withStreetAddress

public DeliveryAddressType.PostalAddress withStreetAddress(String value)

withCity

public DeliveryAddressType.PostalAddress withCity(String value)

withState

public DeliveryAddressType.PostalAddress withState(String value)

withPostalCode

public DeliveryAddressType.PostalAddress withPostalCode(String value)

withCountry

public DeliveryAddressType.PostalAddress withCountry(String value)

withPostBox

public DeliveryAddressType.PostalAddress withPostBox(String value)


Copyright © 2008-2015. All Rights Reserved.