org.ota.shared
Class EffectiveExpireOptionalDateGroup

java.lang.Object
  extended by org.ota.shared.EffectiveExpireOptionalDateGroup

public class EffectiveExpireOptionalDateGroup
extends java.lang.Object

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

EffectiveExpireOptionalDateGroup

public EffectiveExpireOptionalDateGroup()
Method Detail

getEffectiveDate

public java.sql.Date getEffectiveDate()
Get the 'EffectiveDate' attribute value. Indicates the starting date.

Returns:
value

setEffectiveDate

public void setEffectiveDate(java.sql.Date effectiveDate)
Set the 'EffectiveDate' attribute value. Indicates the starting date.

Parameters:
effectiveDate -

getExpireDate

public java.sql.Date getExpireDate()
Get the 'ExpireDate' attribute value. Indicates the ending date.

Returns:
value

setExpireDate

public void setExpireDate(java.sql.Date expireDate)
Set the 'ExpireDate' attribute value. Indicates the ending date.

Parameters:
expireDate -

getExpireDateExclusiveIndicator

public java.lang.Boolean getExpireDateExclusiveIndicator()
Get the 'ExpireDateExclusiveIndicator' attribute value. When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15 the last date of the period is Oct 14).

Returns:
value

setExpireDateExclusiveIndicator

public void setExpireDateExclusiveIndicator(java.lang.Boolean expireDateExclusiveIndicator)
Set the 'ExpireDateExclusiveIndicator' attribute value. When true, indicates that the ExpireDate is the first day after the applicable period (e.g. when expire date is Oct 15 the last date of the period is Oct 14).

Parameters:
expireDateExclusiveIndicator -