Class Party

java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.Party

public class Party extends Object

Java class for Party complex type

.

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

<complexType name="Party">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Address" type="{http://swisspost_ch.ebs.ebill.b2bservice}Address" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>
  • Field Details

    • address

      protected jakarta.xml.bind.JAXBElement<Address> address
  • Constructor Details

    • Party

      public Party()
  • Method Details

    • getAddress

      public jakarta.xml.bind.JAXBElement<Address> getAddress()
      Gets the value of the address property.
      Returns:
      possible object is JAXBElement<Address>
    • setAddress

      public void setAddress(jakarta.xml.bind.JAXBElement<Address> value)
      Sets the value of the address property.
      Parameters:
      value - allowed object is JAXBElement<Address>