java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.Address

public class Address extends Object

Java class for Address complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="Address">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CompanyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FamilyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GivenName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Address1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ZIP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected jakarta.xml.bind.JAXBElement<String>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
    protected jakarta.xml.bind.JAXBElement<String>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the address1 property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the city property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the companyName property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the country property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the familyName property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the givenName property.
    jakarta.xml.bind.JAXBElement<String>
    Gets the value of the zip property.
    void
    setAddress1(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the address1 property.
    void
    setCity(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the city property.
    void
    setCompanyName(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the companyName property.
    void
    setCountry(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the country property.
    void
    setFamilyName(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the familyName property.
    void
    setGivenName(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the givenName property.
    void
    setZIP(jakarta.xml.bind.JAXBElement<String> value)
    Sets the value of the zip property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • companyName

      protected jakarta.xml.bind.JAXBElement<String> companyName
    • familyName

      protected jakarta.xml.bind.JAXBElement<String> familyName
    • givenName

      protected jakarta.xml.bind.JAXBElement<String> givenName
    • address1

      protected jakarta.xml.bind.JAXBElement<String> address1
    • zip

      protected jakarta.xml.bind.JAXBElement<String> zip
    • city

      protected jakarta.xml.bind.JAXBElement<String> city
    • country

      protected jakarta.xml.bind.JAXBElement<String> country
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getCompanyName

      public jakarta.xml.bind.JAXBElement<String> getCompanyName()
      Gets the value of the companyName property.
      Returns:
      possible object is JAXBElement<String>
    • setCompanyName

      public void setCompanyName(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the companyName property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getFamilyName

      public jakarta.xml.bind.JAXBElement<String> getFamilyName()
      Gets the value of the familyName property.
      Returns:
      possible object is JAXBElement<String>
    • setFamilyName

      public void setFamilyName(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the familyName property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getGivenName

      public jakarta.xml.bind.JAXBElement<String> getGivenName()
      Gets the value of the givenName property.
      Returns:
      possible object is JAXBElement<String>
    • setGivenName

      public void setGivenName(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the givenName property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getAddress1

      public jakarta.xml.bind.JAXBElement<String> getAddress1()
      Gets the value of the address1 property.
      Returns:
      possible object is JAXBElement<String>
    • setAddress1

      public void setAddress1(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the address1 property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getZIP

      public jakarta.xml.bind.JAXBElement<String> getZIP()
      Gets the value of the zip property.
      Returns:
      possible object is JAXBElement<String>
    • setZIP

      public void setZIP(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the zip property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getCity

      public jakarta.xml.bind.JAXBElement<String> getCity()
      Gets the value of the city property.
      Returns:
      possible object is JAXBElement<String>
    • setCity

      public void setCity(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the city property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getCountry

      public jakarta.xml.bind.JAXBElement<String> getCountry()
      Gets the value of the country property.
      Returns:
      possible object is JAXBElement<String>
    • setCountry

      public void setCountry(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is JAXBElement<String>