Package ejava.projects.esales.dto
Class Address
- java.lang.Object
-
- ejava.projects.esales.dto.ReferencedType
-
- ejava.projects.esales.dto.Address
-
public class Address extends ReferencedType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://ejava.info/eSales/1.0.2007.2}ReferencedType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="addressee" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="street" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="zip" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" /> </extension> </complexContent> </complexType>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddressee()Gets the value of the addressee property.StringgetCity()Gets the value of the city property.IntegergetId()Gets the value of the id property.StringgetName()Gets the value of the name property.StringgetState()Gets the value of the state property.StringgetStreet()Gets the value of the street property.StringgetZip()Gets the value of the zip property.voidsetAddressee(String value)Sets the value of the addressee property.voidsetCity(String value)Sets the value of the city property.voidsetId(Integer value)Sets the value of the id property.voidsetName(String value)Sets the value of the name property.voidsetState(String value)Sets the value of the state property.voidsetStreet(String value)Sets the value of the street property.voidsetZip(String value)Sets the value of the zip property.-
Methods inherited from class ejava.projects.esales.dto.ReferencedType
getRefid, setRefid
-
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAddressee
public String getAddressee()
Gets the value of the addressee property.- Returns:
- possible object is
String
-
setAddressee
public void setAddressee(String value)
Sets the value of the addressee property.- Parameters:
value- allowed object isString
-
getStreet
public String getStreet()
Gets the value of the street property.- Returns:
- possible object is
String
-
setStreet
public void setStreet(String value)
Sets the value of the street property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isString
-
getZip
public String getZip()
Gets the value of the zip property.- Returns:
- possible object is
String
-
setZip
public void setZip(String value)
Sets the value of the zip property.- Parameters:
value- allowed object isString
-
-