Class Address
java.lang.Object
ch.tocco.nice2.optional.ebill.impl.webservice.postfinance.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.void
setAddress1
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the address1 property.void
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
Sets the value of the zip property.
-
Field Details
-
companyName
-
familyName
-
givenName
-
address1
-
zip
-
city
-
country
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getCompanyName
Gets the value of the companyName property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setCompanyName
Sets the value of the companyName property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getFamilyName
Gets the value of the familyName property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setFamilyName
Sets the value of the familyName property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getGivenName
Gets the value of the givenName property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setGivenName
Sets the value of the givenName property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getAddress1
Gets the value of the address1 property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setAddress1
Sets the value of the address1 property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getZIP
Gets the value of the zip property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setZIP
Sets the value of the zip property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getCity
Gets the value of the city property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setCity
Sets the value of the city property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setCountry
Sets the value of the country property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-