|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.ContactInfo.Emails.Email
public static class ContactInfo.Emails.Email
Used to pass detailed email information. 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="Email" maxOccurs="unbounded"> <xs:complexType> <xs:simpleContent> <xs:extension base="ns:EmailType"> <xs:attributeGroup ref="ns:RemovalGroup"/> <xs:attributeGroup ref="ns:ID_OptionalGroup"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RemovalGroup"> <xs:attribute type="xs:boolean" use="optional" name="Removal"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ID_OptionalGroup"> <xs:attribute type="xs:string" use="optional" name="ID"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
ContactInfo.Emails.Email()
|
Method Summary | |
---|---|
Email |
getEmail()
Get the extension value. |
java.lang.String |
getID()
Get the 'ID' attribute value. |
java.lang.Boolean |
getRemoval()
Get the 'Removal' attribute value. |
void |
setEmail(Email email)
Set the extension value. |
void |
setID(java.lang.String ID)
Set the 'ID' attribute value. |
void |
setRemoval(java.lang.Boolean removal)
Set the 'Removal' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContactInfo.Emails.Email()
Method Detail |
---|
public Email getEmail()
public void setEmail(Email email)
email
- public java.lang.Boolean getRemoval()
public void setRemoval(java.lang.Boolean removal)
removal
- public java.lang.String getID()
public void setID(java.lang.String ID)
ID
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |