org.tridas.schema
Class TridasAddress

java.lang.Object
  extended by org.tridas.schema.TridasAddress
All Implemented Interfaces:
Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class TridasAddress
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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="addressLine1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="addressLine2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="cityOrTown" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="stateProvinceRegion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="postalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String addressLine1
           
protected  String addressLine2
           
protected  String cityOrTown
           
protected  String country
           
protected  String postalCode
           
protected  String stateProvinceRegion
           
 
Constructor Summary
TridasAddress()
           
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 Object clone()
           
 Object copyTo(Object target)
           
 Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy strategy)
           
 String getAddressLine1()
          Gets the value of the addressLine1 property.
 String getAddressLine2()
          Gets the value of the addressLine2 property.
 String getCityOrTown()
          Gets the value of the cityOrTown property.
 String getCountry()
          Gets the value of the country property.
 String getPostalCode()
          Gets the value of the postalCode property.
 String getStateProvinceRegion()
          Gets the value of the stateProvinceRegion property.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 boolean isSetAddressLine1()
           
 boolean isSetAddressLine2()
           
 boolean isSetCityOrTown()
           
 boolean isSetCountry()
           
 boolean isSetPostalCode()
           
 boolean isSetStateProvinceRegion()
           
 void setAddressLine1(String value)
          Sets the value of the addressLine1 property.
 void setAddressLine2(String value)
          Sets the value of the addressLine2 property.
 void setCityOrTown(String value)
          Sets the value of the cityOrTown property.
 void setCountry(String value)
          Sets the value of the country property.
 void setPostalCode(String value)
          Sets the value of the postalCode property.
 void setStateProvinceRegion(String value)
          Sets the value of the stateProvinceRegion property.
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

addressLine1

protected String addressLine1

addressLine2

protected String addressLine2

cityOrTown

protected String cityOrTown

stateProvinceRegion

protected String stateProvinceRegion

postalCode

protected String postalCode

country

protected String country
Constructor Detail

TridasAddress

public TridasAddress()
Method Detail

getAddressLine1

public String getAddressLine1()
Gets the value of the addressLine1 property.

Returns:
possible object is String

setAddressLine1

public void setAddressLine1(String value)
Sets the value of the addressLine1 property.

Parameters:
value - allowed object is String

isSetAddressLine1

public boolean isSetAddressLine1()

getAddressLine2

public String getAddressLine2()
Gets the value of the addressLine2 property.

Returns:
possible object is String

setAddressLine2

public void setAddressLine2(String value)
Sets the value of the addressLine2 property.

Parameters:
value - allowed object is String

isSetAddressLine2

public boolean isSetAddressLine2()

getCityOrTown

public String getCityOrTown()
Gets the value of the cityOrTown property.

Returns:
possible object is String

setCityOrTown

public void setCityOrTown(String value)
Sets the value of the cityOrTown property.

Parameters:
value - allowed object is String

isSetCityOrTown

public boolean isSetCityOrTown()

getStateProvinceRegion

public String getStateProvinceRegion()
Gets the value of the stateProvinceRegion property.

Returns:
possible object is String

setStateProvinceRegion

public void setStateProvinceRegion(String value)
Sets the value of the stateProvinceRegion property.

Parameters:
value - allowed object is String

isSetStateProvinceRegion

public boolean isSetStateProvinceRegion()

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()

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.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

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

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.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

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.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

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.CopyTo

copyTo

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

createNewInstance

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


Copyright © 2011 TRiDaS. All Rights Reserved.