java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.servicelistrequest.FieldMetadataType

public class FieldMetadataType extends Object
Defines implementation specific fields which should be populated.

Java class for FieldMetadataType complex type.

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

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

    • mandatoryInd

      protected Boolean mandatoryInd
    • pathText

      protected String pathText
  • Constructor Details

    • FieldMetadataType

      public FieldMetadataType()
  • Method Details

    • isMandatoryInd

      public Boolean isMandatoryInd()
      Gets the value of the mandatoryInd property.
      Returns:
      possible object is Boolean
    • setMandatoryInd

      public void setMandatoryInd(Boolean value)
      Sets the value of the mandatoryInd property.
      Parameters:
      value - allowed object is Boolean
    • 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