Class PolicyType
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_SeatAvailabilityRQ}DescType" maxOccurs="unbounded" minOccurs="0"/>
<element name="OwnerName" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}NameType" minOccurs="0"/>
<element name="PolicyNodeInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}PolicyNodeInfoType" maxOccurs="unbounded"/>
<element name="PolicyTypeText" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}TextType" minOccurs="0"/>
<element name="VersionNumber" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_SeatAvailabilityRQ}NumberType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected List<PolicyNodeInfoType>protected Stringprotected BigDecimal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDesc()Gets the value of the desc property.Gets the value of the ownerName property.Gets the value of the policyNodeInfo property.Gets the value of the policyTypeText property.Gets the value of the versionNumber property.voidsetOwnerName(String value) Sets the value of the ownerName property.voidsetPolicyTypeText(String value) Sets the value of the policyTypeText property.voidsetVersionNumber(BigDecimal value) Sets the value of the versionNumber property.
-
Field Details
-
desc
-
ownerName
-
policyNodeInfo
-
policyTypeText
-
versionNumber
-
-
Constructor Details
-
PolicyType
public PolicyType()
-
-
Method Details
-
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
setmethod 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
Gets the value of the ownerName property.- Returns:
- possible object is
String
-
setOwnerName
Sets the value of the ownerName property.- Parameters:
value- allowed object isString
-
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
setmethod 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
Gets the value of the policyTypeText property.- Returns:
- possible object is
String
-
setPolicyTypeText
Sets the value of the policyTypeText property.- Parameters:
value- allowed object isString
-
getVersionNumber
Gets the value of the versionNumber property.- Returns:
- possible object is
BigDecimal
-
setVersionNumber
Sets the value of the versionNumber property.- Parameters:
value- allowed object isBigDecimal
-