Class GeneralAssociationType

java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.GeneralAssociationType

public class GeneralAssociationType extends Object
Marketing messages for Service List

Java class for GeneralAssociationType complex type.

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

 <complexType name="GeneralAssociationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AssociatedObjectID" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
         <element name="AssociatedObjectName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType" minOccurs="0"/>
         <element name="AssociatedObjectPath" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • associatedObjectID

      protected String associatedObjectID
    • associatedObjectName

      protected String associatedObjectName
    • associatedObjectPath

      protected String associatedObjectPath
  • Constructor Details

    • GeneralAssociationType

      public GeneralAssociationType()
  • Method Details

    • getAssociatedObjectID

      public String getAssociatedObjectID()
      Gets the value of the associatedObjectID property.
      Returns:
      possible object is String
    • setAssociatedObjectID

      public void setAssociatedObjectID(String value)
      Sets the value of the associatedObjectID property.
      Parameters:
      value - allowed object is String
    • getAssociatedObjectName

      public String getAssociatedObjectName()
      Gets the value of the associatedObjectName property.
      Returns:
      possible object is String
    • setAssociatedObjectName

      public void setAssociatedObjectName(String value)
      Sets the value of the associatedObjectName property.
      Parameters:
      value - allowed object is String
    • getAssociatedObjectPath

      public String getAssociatedObjectPath()
      Gets the value of the associatedObjectPath property.
      Returns:
      possible object is String
    • setAssociatedObjectPath

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