|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.RFPResponse.RFPResponseSegment
public static class RFPResponse.RFPResponseSegment
This is the response data for a block of rooms and/or meeting space. 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="RFP_ResponseSegment" maxOccurs="99"> <xs:complexType> <xs:sequence> <xs:element type="ns:ProfilesType" name="Profiles" minOccurs="0"/> <xs:element name="Sites" minOccurs="0"> <!-- Reference to inner class Sites --> </xs:element> <xs:element type="ns:ParagraphType" name="Comment" minOccurs="0" maxOccurs="5"/> <xs:element type="ns:UniqueID_Type" name="RFP_ID" minOccurs="0" maxOccurs="9"/> <xs:element ref="ns:TPA_Extensions" minOccurs="0"/> </xs:sequence> </xs:complexType> </xs:element> <xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="ns:TPA_ExtensionsType" name="TPA_Extensions"/>
Nested Class Summary | |
---|---|
static class |
RFPResponse.RFPResponseSegment.Sites
A collection of sites that the response is being submitted for (e.g. |
Constructor Summary | |
---|---|
RFPResponse.RFPResponseSegment()
|
Method Summary | |
---|---|
void |
addComment(Paragraph item)
Add a 'Comment' element item. |
void |
addRFPID(UniqueID item)
Add a 'RFP_ID' element item. |
void |
clearComments()
Remove all 'Comment' element items. |
void |
clearRFPIDs()
Remove all 'RFP_ID' element items. |
Paragraph |
getComment(int index)
Get 'Comment' element item by position. |
java.util.List<Paragraph> |
getComments()
Get the list of 'Comment' element items. |
Profiles |
getProfiles()
Get the 'Profiles' element value. |
UniqueID |
getRFPID(int index)
Get 'RFP_ID' element item by position. |
java.util.List<UniqueID> |
getRFPIDs()
Get the list of 'RFP_ID' element items. |
RFPResponse.RFPResponseSegment.Sites |
getSites()
Get the 'Sites' element value. |
TPAExtensions |
getTPAExtensions()
Get the 'TPA_Extensions' element value. |
void |
setComments(java.util.List<Paragraph> list)
Set the list of 'Comment' element items. |
void |
setProfiles(Profiles profiles)
Set the 'Profiles' element value. |
void |
setRFPIDs(java.util.List<UniqueID> list)
Set the list of 'RFP_ID' element items. |
void |
setSites(RFPResponse.RFPResponseSegment.Sites sites)
Set the 'Sites' element value. |
void |
setTPAExtensions(TPAExtensions TPAExtensions)
Set the 'TPA_Extensions' element value. |
int |
sizeComments()
Get the number of 'Comment' element items. |
int |
sizeRFPIDs()
Get the number of 'RFP_ID' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RFPResponse.RFPResponseSegment()
Method Detail |
---|
public Profiles getProfiles()
public void setProfiles(Profiles profiles)
profiles
- public RFPResponse.RFPResponseSegment.Sites getSites()
public void setSites(RFPResponse.RFPResponseSegment.Sites sites)
sites
- public java.util.List<Paragraph> getComments()
public void setComments(java.util.List<Paragraph> list)
list
- public int sizeComments()
public void addComment(Paragraph item)
item
- public Paragraph getComment(int index)
index
-
public void clearComments()
public java.util.List<UniqueID> getRFPIDs()
public void setRFPIDs(java.util.List<UniqueID> list)
list
- public int sizeRFPIDs()
public void addRFPID(UniqueID item)
item
- public UniqueID getRFPID(int index)
index
-
public void clearRFPIDs()
public TPAExtensions getTPAExtensions()
public void setTPAExtensions(TPAExtensions TPAExtensions)
TPAExtensions
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |