Package iofXml.v2
Class Address
java.lang.Object
iofXml.v2.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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AddressTypeprotected Stringprotected Stringprotected Countryprotected CountryIdprotected ModifyDateprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addressType property.Gets the value of the careOf property.getCity()Gets the value of the city property.Gets the value of the country property.Gets the value of the countryId property.Gets the value of the modifyDate property.Gets the value of the street property.Gets the value of the zipCode property.voidsetAddressType(AddressType value) Sets the value of the addressType property.voidSets the value of the careOf property.voidSets the value of the city property.voidsetCountry(Country value) Sets the value of the country property.voidsetCountryId(CountryId value) Sets the value of the countryId property.voidsetModifyDate(ModifyDate value) Sets the value of the modifyDate property.voidSets the value of the street property.voidsetZipCode(String value) Sets the value of the zipCode property.
-
Field Details
-
addressType
-
countryId
-
country
-
modifyDate
-
careOf
-
street
-
city
-
zipCode
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getAddressType
Gets the value of the addressType property.- Returns:
- possible object is
AddressType
-
setAddressType
Sets the value of the addressType property.- Parameters:
value- allowed object isAddressType
-
getCountryId
Gets the value of the countryId property.- Returns:
- possible object is
CountryId
-
setCountryId
Sets the value of the countryId property.- Parameters:
value- allowed object isCountryId
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountry
-
getModifyDate
Gets the value of the modifyDate property.- Returns:
- possible object is
ModifyDate
-
setModifyDate
Sets the value of the modifyDate property.- Parameters:
value- allowed object isModifyDate
-
getCareOf
Gets the value of the careOf property.- Returns:
- possible object is
String
-
setCareOf
Sets the value of the careOf property.- Parameters:
value- allowed object isString
-
getStreet
Gets the value of the street property.- Returns:
- possible object is
String
-
setStreet
Sets the value of the street property.- Parameters:
value- allowed object isString
-
getCity
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getZipCode
Gets the value of the zipCode property.- Returns:
- possible object is
String
-
setZipCode
Sets the value of the zipCode property.- Parameters:
value- allowed object isString
-