Class CountrySubDivisionType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpricerequest.CountrySubDivisionType
An area of land which is a sub-division within a country, such as a state, a county, a canton, a province, etc.
Java class for CountrySubDivisionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CountrySubDivisionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Country" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CountryType" minOccurs="0"/>
<element name="CountrySubDivisionCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}CountrySubDivisionCodeType" minOccurs="0"/>
<element name="CountrySubDivisionName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRQ}ProperNameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the country property.Gets the value of the countrySubDivisionCode property.Gets the value of the countrySubDivisionName property.voidsetCountry(CountryType value) Sets the value of the country property.voidsetCountrySubDivisionCode(String value) Sets the value of the countrySubDivisionCode property.voidsetCountrySubDivisionName(String value) Sets the value of the countrySubDivisionName property.
-
Field Details
-
country
-
countrySubDivisionCode
-
countrySubDivisionName
-
-
Constructor Details
-
CountrySubDivisionType
public CountrySubDivisionType()
-
-
Method Details
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
CountryType
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountryType
-
getCountrySubDivisionCode
Gets the value of the countrySubDivisionCode property.- Returns:
- possible object is
String
-
setCountrySubDivisionCode
Sets the value of the countrySubDivisionCode 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
-