Class Party
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.soap.Party
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Address> Gets the value of the address property.void
setAddress
(jakarta.xml.bind.JAXBElement<Address> value) Sets the value of the address property.