java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistresponse.ContentSourceType

public class ContentSourceType extends Object
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_ServiceListRS}ContentOwnerType"/>
         <element name="NodePathText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRS}TextType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ContentSourceType

      public ContentSourceType()
  • Method Details

    • getContentOwner

      public ContentOwnerType getContentOwner()
      Gets the value of the contentOwner property.
      Returns:
      possible object is ContentOwnerType
    • setContentOwner

      public void setContentOwner(ContentOwnerType value)
      Sets the value of the contentOwner property.
      Parameters:
      value - allowed object is ContentOwnerType
    • getNodePathText

      public String getNodePathText()
      Gets the value of the nodePathText property.
      Returns:
      possible object is String
    • setNodePathText

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