|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.ProviderGroup
public class ProviderGroup
Identifies the provider of an item or service which with it is associated. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProviderGroup"> <xs:attribute type="ns:ProviderType" use="optional" name="ProvidedBy"/> <xs:attribute type="xs:string" use="optional" name="ProviderName"/> </xs:attributeGroup> <xs:simpleType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ProviderType"> <!-- Reference to inner class Provider --> </xs:simpleType>
| Nested Class Summary | |
|---|---|
static class |
ProviderGroup.Provider
Identifies who is providing an item or service. |
| Constructor Summary | |
|---|---|
ProviderGroup()
|
|
| Method Summary | |
|---|---|
ProviderGroup.Provider |
getProvidedBy()
Get the 'ProvidedBy' attribute value. |
java.lang.String |
getProviderName()
Get the 'ProviderName' attribute value. |
void |
setProvidedBy(ProviderGroup.Provider providedBy)
Set the 'ProvidedBy' attribute value. |
void |
setProviderName(java.lang.String providerName)
Set the 'ProviderName' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProviderGroup()
| Method Detail |
|---|
public ProviderGroup.Provider getProvidedBy()
public void setProvidedBy(ProviderGroup.Provider providedBy)
providedBy - public java.lang.String getProviderName()
public void setProviderName(java.lang.String providerName)
providerName -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||