|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tridas.schema.TridasAddress
public class TridasAddress
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>
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 |
---|
protected String addressLine1
protected String addressLine2
protected String cityOrTown
protected String stateProvinceRegion
protected String postalCode
protected String country
Constructor Detail |
---|
public TridasAddress()
Method Detail |
---|
public String getAddressLine1()
String
public void setAddressLine1(String value)
value
- allowed object is
String
public boolean isSetAddressLine1()
public String getAddressLine2()
String
public void setAddressLine2(String value)
value
- allowed object is
String
public boolean isSetAddressLine2()
public String getCityOrTown()
String
public void setCityOrTown(String value)
value
- allowed object is
String
public boolean isSetCityOrTown()
public String getStateProvinceRegion()
String
public void setStateProvinceRegion(String value)
value
- allowed object is
String
public boolean isSetStateProvinceRegion()
public String getPostalCode()
String
public void setPostalCode(String value)
value
- allowed object is
String
public boolean isSetPostalCode()
public String getCountry()
String
public void setCountry(String value)
value
- allowed object is
String
public boolean isSetCountry()
public String toString()
toString
in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append
in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields
in interface org.jvnet.jaxb2_commons.lang.ToString
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public boolean equals(Object object)
equals
in class Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
public int hashCode()
hashCode
in class Object
public Object clone()
clone
in class Object
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |