Class PostalAddressType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.airshoppingrequest.PostalAddressType
Natural or physical address used for postal service. May be a building address, airport address, etc.
Java class for PostalAddressType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PostalAddressType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BuildingRoomText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType" minOccurs="0"/>
<element name="CityName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ProperNameType" minOccurs="0"/>
<element name="CountryCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CountryCodeType" minOccurs="0"/>
<element name="CountryName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ProperNameType" minOccurs="0"/>
<element name="CountrySubdivisionName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}ProperNameType" minOccurs="0"/>
<element name="LabelText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType" minOccurs="0"/>
<element name="PO_BoxCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CodeType" minOccurs="0"/>
<element name="PostalCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}CodeType" minOccurs="0"/>
<element name="StreetText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_AirShoppingRQ}TextType" maxOccurs="2" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the buildingRoomText property.Gets the value of the cityName property.Gets the value of the countryCode property.Gets the value of the countryName property.Gets the value of the countrySubdivisionName property.Gets the value of the labelText property.Gets the value of the poBoxCode property.Gets the value of the postalCode property.Gets the value of the streetText property.voidsetBuildingRoomText(String value) Sets the value of the buildingRoomText property.voidsetCityName(String value) Sets the value of the cityName property.voidsetCountryCode(String value) Sets the value of the countryCode property.voidsetCountryName(String value) Sets the value of the countryName property.voidsetCountrySubdivisionName(String value) Sets the value of the countrySubdivisionName property.voidsetLabelText(String value) Sets the value of the labelText property.voidsetPOBoxCode(String value) Sets the value of the poBoxCode property.voidsetPostalCode(String value) Sets the value of the postalCode property.
-
Field Details
-
buildingRoomText
-
cityName
-
countryCode
-
countryName
-
countrySubdivisionName
-
labelText
-
poBoxCode
-
postalCode
-
streetText
-
-
Constructor Details
-
PostalAddressType
public PostalAddressType()
-
-
Method Details
-
getBuildingRoomText
Gets the value of the buildingRoomText property.- Returns:
- possible object is
String
-
setBuildingRoomText
Sets the value of the buildingRoomText property.- Parameters:
value- allowed object isString
-
getCityName
Gets the value of the cityName property.- Returns:
- possible object is
String
-
setCityName
Sets the value of the cityName property.- Parameters:
value- allowed object isString
-
getCountryCode
Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
Sets the value of the countryCode property.- Parameters:
value- allowed object isString
-
getCountryName
Gets the value of the countryName property.- Returns:
- possible object is
String
-
setCountryName
Sets the value of the countryName property.- Parameters:
value- allowed object isString
-
getCountrySubdivisionName
Gets the value of the countrySubdivisionName property.- Returns:
- possible object is
String
-
setCountrySubdivisionName
Sets the value of the countrySubdivisionName property.- Parameters:
value- allowed object isString
-
getLabelText
Gets the value of the labelText property.- Returns:
- possible object is
String
-
setLabelText
Sets the value of the labelText property.- Parameters:
value- allowed object isString
-
getPOBoxCode
Gets the value of the poBoxCode property.- Returns:
- possible object is
String
-
setPOBoxCode
Sets the value of the poBoxCode property.- Parameters:
value- allowed object isString
-
getPostalCode
Gets the value of the postalCode property.- Returns:
- possible object is
String
-
setPostalCode
Sets the value of the postalCode property.- Parameters:
value- allowed object isString
-
getStreetText
Gets the value of the streetText property.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
setmethod for the streetText property.For example, to add a new item, do as follows:
getStreetText().add(newItem);Objects of the following type(s) are allowed in the list
String
-