|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode
public static class HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode
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="PolicyInfoCode" maxOccurs="unbounded"> <xs:complexType> <xs:sequence> <xs:element type="ns:ParagraphType" name="Description" minOccurs="0" maxOccurs="5"/> </xs:sequence> <xs:attributeGroup ref="ns:CodeInfoGroup"/> <xs:attributeGroup ref="ns:CodeListGroup"/> <xs:attribute use="optional" name="Name"> <xs:simpleType> <!-- Reference to inner class Name --> </xs:simpleType> </xs:attribute> <xs:attribute type="xs:string" use="optional" name="ExistsCode"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode.Name
Schema fragment(s) for this class: |
Constructor Summary | |
---|---|
HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode()
|
Method Summary | |
---|---|
void |
addDescription(Paragraph item)
Add a 'Description' element item. |
void |
clearDescriptions()
Remove all 'Description' element items. |
CodeInfoGroup |
getCodeInfoGroup()
Get the 'CodeInfoGroup' attributeGroup value. |
CodeListGroup |
getCodeListGroup()
Get the 'CodeListGroup' attributeGroup value. |
Paragraph |
getDescription(int index)
Get 'Description' element item by position. |
java.util.List<Paragraph> |
getDescriptions()
Get the list of 'Description' element items. |
java.lang.String |
getExistsCode()
Get the 'ExistsCode' attribute value. |
HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode.Name |
getName()
Get the 'Name' attribute value. |
void |
setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
Set the 'CodeInfoGroup' attributeGroup value. |
void |
setCodeListGroup(CodeListGroup codeListGroup)
Set the 'CodeListGroup' attributeGroup value. |
void |
setDescriptions(java.util.List<Paragraph> list)
Set the list of 'Description' element items. |
void |
setExistsCode(java.lang.String existsCode)
Set the 'ExistsCode' attribute value. |
void |
setName(HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode.Name name)
Set the 'Name' attribute value. |
int |
sizeDescriptions()
Get the number of 'Description' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode()
Method Detail |
---|
public java.util.List<Paragraph> getDescriptions()
public void setDescriptions(java.util.List<Paragraph> list)
list
- public int sizeDescriptions()
public void addDescription(Paragraph item)
item
- public Paragraph getDescription(int index)
index
-
public void clearDescriptions()
public CodeInfoGroup getCodeInfoGroup()
public void setCodeInfoGroup(CodeInfoGroup codeInfoGroup)
codeInfoGroup
- public CodeListGroup getCodeListGroup()
public void setCodeListGroup(CodeListGroup codeListGroup)
codeListGroup
- public HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode.Name getName()
public void setName(HotelDescriptiveContent.Policies.Policy.PolicyInfoCodes.PolicyInfoCode.Name name)
name
- public java.lang.String getExistsCode()
public void setExistsCode(java.lang.String existsCode)
existsCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |