java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.PolicyType

public class PolicyType extends Object
Message policy information, including PCI, PII information.

Java class for PolicyType complex type.

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

 <complexType name="PolicyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Desc" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}DescType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NameType" minOccurs="0"/>
         <element name="PolicyNodeInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PolicyNodeInfoType" maxOccurs="unbounded"/>
         <element name="PolicyTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}TextType" minOccurs="0"/>
         <element name="VersionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}NumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • PolicyType

      public PolicyType()
  • Method Details

    • getDesc

      public List<DescType> getDesc()
      Gets the value of the desc property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the desc property.

      For example, to add a new item, do as follows:

          getDesc().add(newItem);
       

      Objects of the following type(s) are allowed in the list DescType

    • getOwnerName

      public String getOwnerName()
      Gets the value of the ownerName property.
      Returns:
      possible object is String
    • setOwnerName

      public void setOwnerName(String value)
      Sets the value of the ownerName property.
      Parameters:
      value - allowed object is String
    • getPolicyNodeInfo

      public List<PolicyNodeInfoType> getPolicyNodeInfo()
      Gets the value of the policyNodeInfo property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the policyNodeInfo property.

      For example, to add a new item, do as follows:

          getPolicyNodeInfo().add(newItem);
       

      Objects of the following type(s) are allowed in the list PolicyNodeInfoType

    • getPolicyTypeText

      public String getPolicyTypeText()
      Gets the value of the policyTypeText property.
      Returns:
      possible object is String
    • setPolicyTypeText

      public void setPolicyTypeText(String value)
      Sets the value of the policyTypeText property.
      Parameters:
      value - allowed object is String
    • getVersionNumber

      public BigDecimal getVersionNumber()
      Gets the value of the versionNumber property.
      Returns:
      possible object is BigDecimal
    • setVersionNumber

      public void setVersionNumber(BigDecimal value)
      Sets the value of the versionNumber property.
      Parameters:
      value - allowed object is BigDecimal