org.ota.profile
Class Profile.Agreements.AllianceConsortium.AllianceMember

java.lang.Object
  extended by org.ota.profile.Profile.Agreements.AllianceConsortium.AllianceMember
Enclosing class:
Profile.Agreements.AllianceConsortium

public static class Profile.Agreements.AllianceConsortium.AllianceMember
extends java.lang.Object

Identification of a company that participates in an alliance or consortium to which the primary business entity identified in this profile belongs. 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="AllianceMember" minOccurs="0" maxOccurs="unbounded">
   <xs:complexType>
     <xs:simpleContent>
       <xs:extension base="ns:CompanyNameType">
         <xs:attribute type="xs:string" name="MemberCode"/>
       </xs:extension>
     </xs:simpleContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
Profile.Agreements.AllianceConsortium.AllianceMember()
           
 
Method Summary
 CompanyName getCompanyName()
          Get the extension value.
 java.lang.String getMemberCode()
          Get the 'MemberCode' attribute value.
 void setCompanyName(CompanyName companyName)
          Set the extension value.
 void setMemberCode(java.lang.String memberCode)
          Set the 'MemberCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profile.Agreements.AllianceConsortium.AllianceMember

public Profile.Agreements.AllianceConsortium.AllianceMember()
Method Detail

getCompanyName

public CompanyName getCompanyName()
Get the extension value.

Returns:
value

setCompanyName

public void setCompanyName(CompanyName companyName)
Set the extension value.

Parameters:
companyName -

getMemberCode

public java.lang.String getMemberCode()
Get the 'MemberCode' attribute value. Identifies the alliance or consortium member by code.

Returns:
value

setMemberCode

public void setMemberCode(java.lang.String memberCode)
Set the 'MemberCode' attribute value. Identifies the alliance or consortium member by code.

Parameters:
memberCode -