Class Address
java.lang.Object
ch.tocco.nice2.optional.einvoicingpostfinance.impl.webservice.soap.Address
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
FieldsModifier and TypeFieldDescriptionprotected 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 -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<String> Gets the value of the address1 property.jakarta.xml.bind.JAXBElement<String> getCity()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> getZIP()Gets the value of the zip property.voidsetAddress1(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the address1 property.voidSets the value of the city property.voidsetCompanyName(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the companyName property.voidsetCountry(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the country property.voidsetFamilyName(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the familyName property.voidsetGivenName(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the givenName property.voidSets the value of the zip property.
-
Field Details
-
companyName
-
familyName
-
givenName
-
address1
-
zip
-
city
-
country
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getCompanyName
-
setCompanyName
-
getFamilyName
-
setFamilyName
-
getGivenName
-
setGivenName
-
getAddress1
-
setAddress1
-
getZIP
-
setZIP
-
getCity
-
setCity
-
getCountry
-
setCountry
-