| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.Paragraph
org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.Keywords.Keyword
public static class LocDetailsNotifRQ.LocationDetail.Keywords.Keyword
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 | 
|---|
public LocDetailsNotifRQ.LocationDetail.Keywords.Keyword()
| Method Detail | 
|---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
code - public java.lang.String getPolicyNumber()
public void setPolicyNumber(java.lang.String policyNumber)
policyNumber - public java.lang.String getAttachToKeyword()
public void setAttachToKeyword(java.lang.String attachToKeyword)
attachToKeyword - public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup - public Action getAction()
public void setAction(Action action)
action - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||