Class PolicyNodeInfoType
java.lang.Object
de.hybris.platform.ndc182facades.messages.servicelistrequest.PolicyNodeInfoType
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_ServiceListRQ}TextType" minOccurs="0"/>
<element name="TagName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceListRQ}NameType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pathText property.Gets the value of the tagName property.voidsetPathText(String value) Sets the value of the pathText property.voidsetTagName(String value) Sets the value of the tagName property.
-
Field Details
-
pathText
-
tagName
-
-
Constructor Details
-
PolicyNodeInfoType
public PolicyNodeInfoType()
-
-
Method Details
-
getPathText
Gets the value of the pathText property.- Returns:
- possible object is
String
-
setPathText
Sets the value of the pathText property.- Parameters:
value- allowed object isString
-
getTagName
Gets the value of the tagName property.- Returns:
- possible object is
String
-
setTagName
Sets the value of the tagName property.- Parameters:
value- allowed object isString
-