Class FieldMetadataType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.FieldMetadataType
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_OrderSalesInformationNotifRQ}IndType" minOccurs="0"/>
<element name="PathText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}TextType" 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 mandatoryInd property.voidsetMandatoryInd(Boolean value) Sets the value of the mandatoryInd property.voidsetPathText(String value) Sets the value of the pathText property.
-
Field Details
-
mandatoryInd
-
pathText
-
-
Constructor Details
-
FieldMetadataType
public FieldMetadataType()
-
-
Method Details
-
isMandatoryInd
Gets the value of the mandatoryInd property.- Returns:
- possible object is
Boolean
-
setMandatoryInd
Sets the value of the mandatoryInd property.- Parameters:
value- allowed object isBoolean
-
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
-