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 String
getAddressee()
Gets the value of the addressee property.String
getCity()
Gets the value of the city property.Integer
getId()
Gets the value of the id property.String
getName()
Gets the value of the name property.String
getState()
Gets the value of the state property.String
getStreet()
Gets the value of the street property.String
getZip()
Gets the value of the zip property.void
setAddressee(String value)
Sets the value of the addressee property.void
setCity(String value)
Sets the value of the city property.void
setId(Integer value)
Sets the value of the id property.void
setName(String value)
Sets the value of the name property.void
setState(String value)
Sets the value of the state property.void
setStreet(String value)
Sets the value of the street property.void
setZip(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
-
-