org.ota.insurance
Class PlanIDGroup

java.lang.Object
  extended by org.ota.insurance.PlanIDGroup

public class PlanIDGroup
extends java.lang.Object

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="PlanID_Group">
   <xs:attribute type="xs:string" use="required" name="PlanID"/>
   <xs:attribute type="xs:string" use="optional" name="Name"/>
   <xs:attribute type="xs:string" use="optional" name="Type"/>
   <xs:attribute type="xs:string" use="optional" name="TypeID"/>
 </xs:attributeGroup>
 


Constructor Summary
PlanIDGroup()
           
 
Method Summary
 java.lang.String getName()
          Get the 'Name' attribute value.
 java.lang.String getPlanID()
          Get the 'PlanID' attribute value.
 java.lang.String getType()
          Get the 'Type' attribute value.
 java.lang.String getTypeID()
          Get the 'TypeID' attribute value.
 void setName(java.lang.String name)
          Set the 'Name' attribute value.
 void setPlanID(java.lang.String planID)
          Set the 'PlanID' attribute value.
 void setType(java.lang.String type)
          Set the 'Type' attribute value.
 void setTypeID(java.lang.String typeID)
          Set the 'TypeID' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanIDGroup

public PlanIDGroup()
Method Detail

getPlanID

public java.lang.String getPlanID()
Get the 'PlanID' attribute value.

Returns:
value

setPlanID

public void setPlanID(java.lang.String planID)
Set the 'PlanID' attribute value.

Parameters:
planID -

getName

public java.lang.String getName()
Get the 'Name' attribute value.

Returns:
value

setName

public void setName(java.lang.String name)
Set the 'Name' attribute value.

Parameters:
name -

getType

public java.lang.String getType()
Get the 'Type' attribute value. Specifies the sub-plan or type of the insurance plan being purchased.

Returns:
value

setType

public void setType(java.lang.String type)
Set the 'Type' attribute value. Specifies the sub-plan or type of the insurance plan being purchased.

Parameters:
type -

getTypeID

public java.lang.String getTypeID()
Get the 'TypeID' attribute value. Unique ID for the sub-plan or type of the insurance plan being purchased (if known).

Returns:
value

setTypeID

public void setTypeID(java.lang.String typeID)
Set the 'TypeID' attribute value. Unique ID for the sub-plan or type of the insurance plan being purchased (if known).

Parameters:
typeID -