java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.OrgType

public class OrgType extends Object
An organized structure set up for a particular purpose, such as a business, government body, department, charity, or financial institution.

Java class for OrgType complex type.

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

 <complexType name="OrgType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NameType"/>
         <element name="OrgID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ID_Type"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • name

      protected String name
    • orgID

      protected String orgID
  • Constructor Details

    • OrgType

      public OrgType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getOrgID

      public String getOrgID()
      Gets the value of the orgID property.
      Returns:
      possible object is String
    • setOrgID

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