Package iofXml.v2

Class Address

java.lang.Object
iofXml.v2.Address

public class Address extends Object

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 Details

  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getAddressType

      public AddressType getAddressType()
      Gets the value of the addressType property.
      Returns:
      possible object is AddressType
    • setAddressType

      public void setAddressType(AddressType value)
      Sets the value of the addressType property.
      Parameters:
      value - allowed object is AddressType
    • getCountryId

      public CountryId getCountryId()
      Gets the value of the countryId property.
      Returns:
      possible object is CountryId
    • setCountryId

      public void setCountryId(CountryId value)
      Sets the value of the countryId property.
      Parameters:
      value - allowed object is CountryId
    • getCountry

      public Country getCountry()
      Gets the value of the country property.
      Returns:
      possible object is Country
    • setCountry

      public void setCountry(Country value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is Country
    • getModifyDate

      public ModifyDate getModifyDate()
      Gets the value of the modifyDate property.
      Returns:
      possible object is ModifyDate
    • setModifyDate

      public void setModifyDate(ModifyDate value)
      Sets the value of the modifyDate property.
      Parameters:
      value - allowed object is ModifyDate
    • getCareOf

      public String getCareOf()
      Gets the value of the careOf property.
      Returns:
      possible object is String
    • setCareOf

      public void setCareOf(String value)
      Sets the value of the careOf property.
      Parameters:
      value - allowed object is String
    • 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 is String
    • 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 is String
    • getZipCode

      public String getZipCode()
      Gets the value of the zipCode property.
      Returns:
      possible object is String
    • setZipCode

      public void setZipCode(String value)
      Sets the value of the zipCode property.
      Parameters:
      value - allowed object is String