|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.insurance.PlanIDGroup
public class PlanIDGroup
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 |
|---|
public PlanIDGroup()
| Method Detail |
|---|
public java.lang.String getPlanID()
public void setPlanID(java.lang.String planID)
planID - public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getType()
public void setType(java.lang.String type)
type - public java.lang.String getTypeID()
public void setTypeID(java.lang.String typeID)
typeID -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||