|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails
public static class AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails
Speciifies details for the bag tag associated with this bag. Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="BagTagDetails" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Length" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="Type"/> <xs:attribute type="xs:string" use="optional" name="IssuerCode"/> <xs:attribute type="xs:string" use="optional" name="SerialNumber"/> <xs:attribute use="optional" name="IssuanceMethod"> <xs:simpleType> <!-- Reference to inner class IssuanceMethod --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="CarrierCode"/> <xs:attribute type="xs:string" use="optional" name="SpecialType"/> <xs:attribute type="xs:boolean" use="optional" name="ConjunctionBagTagInd"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails.IssuanceMethod
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails()
|
Method Summary | |
---|---|
java.lang.String |
getCarrierCode()
Get the 'CarrierCode' attribute value. |
java.lang.Boolean |
getConjunctionBagTagInd()
Get the 'ConjunctionBagTagInd' attribute value. |
AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails.IssuanceMethod |
getIssuanceMethod()
Get the 'IssuanceMethod' attribute value. |
java.lang.String |
getIssuerCode()
Get the 'IssuerCode' attribute value. |
UnitsOfMeasureGroup |
getLength()
Get the 'UnitsOfMeasureGroup' attributeGroup value. |
java.lang.String |
getSerialNumber()
Get the 'SerialNumber' attribute value. |
java.lang.String |
getSpecial()
Get the 'SpecialType' attribute value. |
java.lang.String |
getType()
Get the 'Type' attribute value. |
void |
setCarrierCode(java.lang.String carrierCode)
Set the 'CarrierCode' attribute value. |
void |
setConjunctionBagTagInd(java.lang.Boolean conjunctionBagTagInd)
Set the 'ConjunctionBagTagInd' attribute value. |
void |
setIssuanceMethod(AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails.IssuanceMethod issuanceMethod)
Set the 'IssuanceMethod' attribute value. |
void |
setIssuerCode(java.lang.String issuerCode)
Set the 'IssuerCode' attribute value. |
void |
setLength(UnitsOfMeasureGroup length)
Set the 'UnitsOfMeasureGroup' attributeGroup value. |
void |
setSerialNumber(java.lang.String serialNumber)
Set the 'SerialNumber' attribute value. |
void |
setSpecial(java.lang.String special)
Set the 'SpecialType' attribute value. |
void |
setType(java.lang.String type)
Set the 'Type' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails()
Method Detail |
---|
public UnitsOfMeasureGroup getLength()
public void setLength(UnitsOfMeasureGroup length)
length
- public java.lang.String getType()
public void setType(java.lang.String type)
type
- public java.lang.String getIssuerCode()
public void setIssuerCode(java.lang.String issuerCode)
issuerCode
- public java.lang.String getSerialNumber()
public void setSerialNumber(java.lang.String serialNumber)
serialNumber
- public AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails.IssuanceMethod getIssuanceMethod()
public void setIssuanceMethod(AirCheckIn.BaggageInfo.CheckedBaggageDetails.BagTagDetails.IssuanceMethod issuanceMethod)
issuanceMethod
- public java.lang.String getCarrierCode()
public void setCarrierCode(java.lang.String carrierCode)
carrierCode
- public java.lang.String getSpecial()
public void setSpecial(java.lang.String special)
special
- public java.lang.Boolean getConjunctionBagTagInd()
public void setConjunctionBagTagInd(java.lang.Boolean conjunctionBagTagInd)
conjunctionBagTagInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |