java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistresponse.CountrySubDivisionType

public class CountrySubDivisionType extends Object
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_ServiceListRS}CountryType" minOccurs="0"/>
         <element name="CountrySubDivisionCode" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}CountrySubDivisionCodeType" minOccurs="0"/>
         <element name="CountrySubDivisionName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}ProperNameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • country

      protected CountryType country
    • countrySubDivisionCode

      protected String countrySubDivisionCode
    • countrySubDivisionName

      protected String countrySubDivisionName
  • Constructor Details

    • CountrySubDivisionType

      public CountrySubDivisionType()
  • Method Details

    • getCountry

      public CountryType getCountry()
      Gets the value of the country property.
      Returns:
      possible object is CountryType
    • setCountry

      public void setCountry(CountryType value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is CountryType
    • getCountrySubDivisionCode

      public String getCountrySubDivisionCode()
      Gets the value of the countrySubDivisionCode property.
      Returns:
      possible object is String
    • setCountrySubDivisionCode

      public void setCountrySubDivisionCode(String value)
      Sets the value of the countrySubDivisionCode property.
      Parameters:
      value - allowed object is String
    • getCountrySubDivisionName

      public String getCountrySubDivisionName()
      Gets the value of the countrySubDivisionName property.
      Returns:
      possible object is String
    • setCountrySubDivisionName

      public void setCountrySubDivisionName(String value)
      Sets the value of the countrySubDivisionName property.
      Parameters:
      value - allowed object is String