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

public class MetadataType extends Object
Message wide metadata information.

Java class for MetadataType complex type.

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

 <complexType name="MetadataType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CodesetMetadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}CodesetMetadataType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FieldMetadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderCreateRQ}FieldMetadataType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • MetadataType

      public MetadataType()
  • Method Details

    • getCodesetMetadata

      public List<CodesetMetadataType> getCodesetMetadata()
      Gets the value of the codesetMetadata 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 codesetMetadata property.

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

          getCodesetMetadata().add(newItem);
       

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

    • getFieldMetadata

      public List<FieldMetadataType> getFieldMetadata()
      Gets the value of the fieldMetadata 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 fieldMetadata property.

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

          getFieldMetadata().add(newItem);
       

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