Class ContentSourceType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.offerpriceresponse.ContentSourceType
Indicates the owner of specific content found in a message, located by XPATH.
Java class for ContentSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContentSourceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContentOwner" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}ContentOwnerType"/>
<element name="NodePathText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OfferPriceRS}TextType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the contentOwner property.Gets the value of the nodePathText property.voidsetContentOwner(ContentOwnerType value) Sets the value of the contentOwner property.voidsetNodePathText(String value) Sets the value of the nodePathText property.
-
Field Details
-
contentOwner
-
nodePathText
-
-
Constructor Details
-
ContentSourceType
public ContentSourceType()
-
-
Method Details
-
getContentOwner
Gets the value of the contentOwner property.- Returns:
- possible object is
ContentOwnerType
-
setContentOwner
Sets the value of the contentOwner property.- Parameters:
value- allowed object isContentOwnerType
-
getNodePathText
Gets the value of the nodePathText property.- Returns:
- possible object is
String
-
setNodePathText
Sets the value of the nodePathText property.- Parameters:
value- allowed object isString
-