java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.ordercreaterequest.PolicyNodeInfoType

public class PolicyNodeInfoType extends Object
Policy data node detail, including an XPATH and associated Tag Name.

Java class for PolicyNodeInfoType complex type.

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

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

    • pathText

      protected String pathText
    • tagName

      protected String tagName
  • Constructor Details

    • PolicyNodeInfoType

      public PolicyNodeInfoType()
  • Method Details

    • getPathText

      public String getPathText()
      Gets the value of the pathText property.
      Returns:
      possible object is String
    • setPathText

      public void setPathText(String value)
      Sets the value of the pathText property.
      Parameters:
      value - allowed object is String
    • getTagName

      public String getTagName()
      Gets the value of the tagName property.
      Returns:
      possible object is String
    • setTagName

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