org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.Keywords.Keyword

java.lang.Object
  extended by org.ota.shared.Paragraph
      extended by org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.Keywords.Keyword
Enclosing class:
LocDetailsNotifRQ.LocationDetail.Keywords

public static class LocDetailsNotifRQ.LocationDetail.Keywords.Keyword
extends Paragraph

Unformatted keyword information with the effective and discontinue dates. 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="Keyword" maxOccurs="30">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:ParagraphType">
         <xs:attribute type="xs:string" use="optional" name="Code"/>
         <xs:attribute type="xs:string" use="optional" name="PolicyNumber"/>
         <xs:attribute type="xs:string" use="optional" name="AttachToKeyword"/>
         <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
         <xs:attribute type="ns:ActionType" use="optional" name="Action"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.shared.Paragraph
Paragraph.Choice
 
Constructor Summary
LocDetailsNotifRQ.LocationDetail.Keywords.Keyword()
           
 
Method Summary
 Action getAction()
          Get the 'Action' attribute value.
 java.lang.String getAttachToKeyword()
          Get the 'AttachToKeyword' attribute value.
 java.lang.String getCode()
          Get the 'Code' attribute value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 java.lang.String getPolicyNumber()
          Get the 'PolicyNumber' attribute value.
 void setAction(Action action)
          Set the 'Action' attribute value.
 void setAttachToKeyword(java.lang.String attachToKeyword)
          Set the 'AttachToKeyword' attribute value.
 void setCode(java.lang.String code)
          Set the 'Code' attribute value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setPolicyNumber(java.lang.String policyNumber)
          Set the 'PolicyNumber' attribute value.
 
Methods inherited from class org.ota.shared.Paragraph
addChoice, clearChoices, getChoice, getChoices, getDateTimeStampGroup, getLanguage, getName, getParagraphNumber, setChoices, setDateTimeStampGroup, setLanguage, setName, setParagraphNumber, sizeChoices
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocDetailsNotifRQ.LocationDetail.Keywords.Keyword

public LocDetailsNotifRQ.LocationDetail.Keywords.Keyword()
Method Detail

getCode

public java.lang.String getCode()
Get the 'Code' attribute value. The code used to identify a keyword.

Returns:
value

setCode

public void setCode(java.lang.String code)
Set the 'Code' attribute value. The code used to identify a keyword.

Parameters:
code -

getPolicyNumber

public java.lang.String getPolicyNumber()
Get the 'PolicyNumber' attribute value. The policy number for this keyword.

Returns:
value

setPolicyNumber

public void setPolicyNumber(java.lang.String policyNumber)
Set the 'PolicyNumber' attribute value. The policy number for this keyword.

Parameters:
policyNumber -

getAttachToKeyword

public java.lang.String getAttachToKeyword()
Get the 'AttachToKeyword' attribute value. Another keyword to which this keyword is attached.

Returns:
value

setAttachToKeyword

public void setAttachToKeyword(java.lang.String attachToKeyword)
Set the 'AttachToKeyword' attribute value. Another keyword to which this keyword is attached.

Parameters:
attachToKeyword -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. The effective and discontinue dates for this keyword information.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. The effective and discontinue dates for this keyword information.

Parameters:
dateTimeSpanGroup -

getAction

public Action getAction()
Get the 'Action' attribute value. To specify if the action to be taken is a replacement, addition, deletion, or update.

Returns:
value

setAction

public void setAction(Action action)
Set the 'Action' attribute value. To specify if the action to be taken is a replacement, addition, deletion, or update.

Parameters:
action -