public class FreightForwaderType extends Object implements Serializable
Java class for FreightForwaderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FreightForwaderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="StreetAndNumber" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="PostalCode" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="9"/>
</restriction>
</simpleType>
</element>
<element name="City" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="35"/>
</restriction>
</simpleType>
</element>
<element name="Country" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="Language" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<length value="2"/>
</restriction>
</simpleType>
</element>
<element name="TIN" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<maxLength value="17"/>
</restriction>
</simpleType>
</element>
<element name="TAX" type="{}TAXType" maxOccurs="9" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
country |
protected String |
language |
protected String |
name |
protected String |
postalCode |
protected String |
streetAndNumber |
protected List<TAXType> |
tax |
protected String |
tin |
| Constructor and Description |
|---|
FreightForwaderType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getLanguage()
Gets the value of the language property.
|
String |
getName()
Gets the value of the name property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getStreetAndNumber()
Gets the value of the streetAndNumber property.
|
List<TAXType> |
getTAX()
Gets the value of the tax property.
|
String |
getTIN()
Gets the value of the tin property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setLanguage(String value)
Sets the value of the language property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setStreetAndNumber(String value)
Sets the value of the streetAndNumber property.
|
void |
setTIN(String value)
Sets the value of the tin property.
|
protected String name
protected String streetAndNumber
protected String postalCode
protected String city
protected String country
protected String language
protected String tin
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getStreetAndNumber()
Stringpublic void setStreetAndNumber(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getLanguage()
Stringpublic void setLanguage(String value)
value - allowed object is
Stringpublic String getTIN()
Stringpublic void setTIN(String value)
value - allowed object is
Stringpublic List<TAXType> getTAX()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tax property.
For example, to add a new item, do as follows:
getTAX().add(newItem);
Objects of the following type(s) are allowed in the list
TAXType
Copyright © 2017. All Rights Reserved.