org.ota.hotel
Class ProviderGroup

java.lang.Object
  extended by org.ota.hotel.ProviderGroup

public class ProviderGroup
extends java.lang.Object

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

ProviderGroup

public ProviderGroup()
Method Detail

getProvidedBy

public ProviderGroup.Provider getProvidedBy()
Get the 'ProvidedBy' attribute value. Identifies who will provide the item or service (e.g., group, venue).

Returns:
value

setProvidedBy

public void setProvidedBy(ProviderGroup.Provider providedBy)
Set the 'ProvidedBy' attribute value. Identifies who will provide the item or service (e.g., group, venue).

Parameters:
providedBy -

getProviderName

public java.lang.String getProviderName()
Get the 'ProviderName' attribute value. Identifes the name of the provider of the item or service.

Returns:
value

setProviderName

public void setProviderName(java.lang.String providerName)
Set the 'ProviderName' attribute value. Identifes the name of the provider of the item or service.

Parameters:
providerName -