java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.SalesBranchType

public class SalesBranchType extends Object
An organizational unit with responsibility over sales in a market, for a product or service and under any other specified criteria.

Java class for SalesBranchType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SalesBranchType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SalesBranchID" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • salesBranchID

      protected String salesBranchID
  • Constructor Details

    • SalesBranchType

      public SalesBranchType()
  • Method Details

    • getSalesBranchID

      public String getSalesBranchID()
      Gets the value of the salesBranchID property.
      Returns:
      possible object is String
    • setSalesBranchID

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