Class MetadataType
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_OrderViewRS}CodesetMetadataType" maxOccurs="unbounded" minOccurs="0"/>
<element name="FieldMetadata" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}FieldMetadataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CodesetMetadataType>protected List<FieldMetadataType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the codesetMetadata property.Gets the value of the fieldMetadata property.
-
Field Details
-
codesetMetadata
-
fieldMetadata
-
-
Constructor Details
-
MetadataType
public MetadataType()
-
-
Method Details
-
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
setmethod 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
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
setmethod 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
-