|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.EffectiveExpireOptionalDateGroup
public class EffectiveExpireOptionalDateGroup
Used to send the effective date and/or expiration date. 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="EffectiveExpireOptionalDateGroup"> <xs:attribute type="xs:date" use="optional" name="EffectiveDate"/> <xs:attribute type="xs:date" use="optional" name="ExpireDate"/> <xs:attribute type="xs:boolean" use="optional" name="ExpireDateExclusiveIndicator"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
EffectiveExpireOptionalDateGroup()
|
Method Summary | |
---|---|
java.sql.Date |
getEffectiveDate()
Get the 'EffectiveDate' attribute value. |
java.sql.Date |
getExpireDate()
Get the 'ExpireDate' attribute value. |
java.lang.Boolean |
getExpireDateExclusiveIndicator()
Get the 'ExpireDateExclusiveIndicator' attribute value. |
void |
setEffectiveDate(java.sql.Date effectiveDate)
Set the 'EffectiveDate' attribute value. |
void |
setExpireDate(java.sql.Date expireDate)
Set the 'ExpireDate' attribute value. |
void |
setExpireDateExclusiveIndicator(java.lang.Boolean expireDateExclusiveIndicator)
Set the 'ExpireDateExclusiveIndicator' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EffectiveExpireOptionalDateGroup()
Method Detail |
---|
public java.sql.Date getEffectiveDate()
public void setEffectiveDate(java.sql.Date effectiveDate)
effectiveDate
- public java.sql.Date getExpireDate()
public void setExpireDate(java.sql.Date expireDate)
expireDate
- public java.lang.Boolean getExpireDateExclusiveIndicator()
public void setExpireDateExclusiveIndicator(java.lang.Boolean expireDateExclusiveIndicator)
expireDateExclusiveIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |