Class Address
-
- All Implemented Interfaces:
public class Address
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 ref="{}AddressType" minOccurs="0"/> <choice minOccurs="0"> <element ref="{}CountryId"/> <element ref="{}Country"/> </choice> <element ref="{}ModifyDate" minOccurs="0"/> </sequence> <attribute name="careOf" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="street" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="city" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> <attribute name="zipCode" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Address()
-
Method Summary
Modifier and Type Method Description AddressType
getAddressType()
Gets the value of the addressType property. void
setAddressType(AddressType value)
Sets the value of the addressType property. CountryId
getCountryId()
Gets the value of the countryId property. void
setCountryId(CountryId value)
Sets the value of the countryId property. Country
getCountry()
Gets the value of the country property. void
setCountry(Country value)
Sets the value of the country property. ModifyDate
getModifyDate()
Gets the value of the modifyDate property. void
setModifyDate(ModifyDate value)
Sets the value of the modifyDate property. String
getCareOf()
Gets the value of the careOf property. void
setCareOf(String value)
Sets the value of the careOf property. String
getStreet()
Gets the value of the street property. void
setStreet(String value)
Sets the value of the street property. String
getCity()
Gets the value of the city property. void
setCity(String value)
Sets the value of the city property. String
getZipCode()
Gets the value of the zipCode property. void
setZipCode(String value)
Sets the value of the zipCode property. -
-
Method Detail
-
getAddressType
AddressType getAddressType()
Gets the value of the addressType property.
- Returns:
possibleobject is AddressType
-
setAddressType
void setAddressType(AddressType value)
Sets the value of the addressType property.
- Parameters:
value
- allowed object is AddressType
-
getCountryId
CountryId getCountryId()
Gets the value of the countryId property.
- Returns:
possibleobject is CountryId
-
setCountryId
void setCountryId(CountryId value)
Sets the value of the countryId property.
- Parameters:
value
- allowed object is CountryId
-
getCountry
Country getCountry()
Gets the value of the country property.
- Returns:
possibleobject is Country
-
setCountry
void setCountry(Country value)
Sets the value of the country property.
- Parameters:
value
- allowed object is Country
-
getModifyDate
ModifyDate getModifyDate()
Gets the value of the modifyDate property.
- Returns:
possibleobject is ModifyDate
-
setModifyDate
void setModifyDate(ModifyDate value)
Sets the value of the modifyDate property.
- Parameters:
value
- allowed object is ModifyDate
-
getCareOf
String getCareOf()
Gets the value of the careOf property.
- Returns:
possibleobject is String
-
setCareOf
void setCareOf(String value)
Sets the value of the careOf property.
- Parameters:
value
- allowed object is String
-
getStreet
String getStreet()
Gets the value of the street property.
- Returns:
possibleobject is String
-
setStreet
void setStreet(String value)
Sets the value of the street property.
- Parameters:
value
- allowed object is String
-
setCity
void setCity(String value)
Sets the value of the city property.
- Parameters:
value
- allowed object is String
-
getZipCode
String getZipCode()
Gets the value of the zipCode property.
- Returns:
possibleobject is String
-
setZipCode
void setZipCode(String value)
Sets the value of the zipCode property.
- Parameters:
value
- allowed object is String
-
-
-
-