Class GeneralAssociationType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.GeneralAssociationType
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_OrderRetrieveRQ}TextType" minOccurs="0"/>
<element name="AssociatedObjectName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NameType" minOccurs="0"/>
<element name="AssociatedObjectPath" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the associatedObjectID property.Gets the value of the associatedObjectName property.Gets the value of the associatedObjectPath property.voidsetAssociatedObjectID(String value) Sets the value of the associatedObjectID property.voidsetAssociatedObjectName(String value) Sets the value of the associatedObjectName property.voidsetAssociatedObjectPath(String value) Sets the value of the associatedObjectPath property.
-
Field Details
-
associatedObjectID
-
associatedObjectName
-
associatedObjectPath
-
-
Constructor Details
-
GeneralAssociationType
public GeneralAssociationType()
-
-
Method Details
-
getAssociatedObjectID
Gets the value of the associatedObjectID property.- Returns:
- possible object is
String
-
setAssociatedObjectID
Sets the value of the associatedObjectID property.- Parameters:
value- allowed object isString
-
getAssociatedObjectName
Gets the value of the associatedObjectName property.- Returns:
- possible object is
String
-
setAssociatedObjectName
Sets the value of the associatedObjectName property.- Parameters:
value- allowed object isString
-
getAssociatedObjectPath
Gets the value of the associatedObjectPath property.- Returns:
- possible object is
String
-
setAssociatedObjectPath
Sets the value of the associatedObjectPath property.- Parameters:
value- allowed object isString
-