fr.etai.xat2v2.obj
Class Action

java.lang.Object
  extended by fr.etai.xat2v2.obj.Action
All Implemented Interfaces:
Serializable

public class Action
extends Object
implements Serializable

Action describes the action desired for the message Xat2.

Java class for ActionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ActionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="verb" type="{http://xat2.etai.fr}ClassificationType" minOccurs="0"/>
         <element name="option-list" type="{http://xat2.etai.fr}OptionListType" minOccurs="0"/>
       </sequence>
       <attribute name="source" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="internal-id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Action()
           
 
Method Summary
 void addOption(Classification option)
           
 String getInternalId()
          Gets the value of the internalId property.
 List<Classification> getOptionList()
          Gets the value of the optionList property.
 String getSource()
          Gets the value of the source property.
 Classification getVerb()
          Gets the value of the verb property.
 void setInternalId(String value)
          Sets the value of the internalId property.
 void setOptionList(List<Classification> value)
          Sets the value of the optionList property.
 void setSource(String value)
          Sets the value of the source property.
 void setVerb(Classification value)
          Sets the value of the verb property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

getVerb

public Classification getVerb()
Gets the value of the verb property.

Returns:
possible object is Classification

setVerb

public void setVerb(Classification value)
Sets the value of the verb property.

Parameters:
value - allowed object is Classification

getOptionList

public List<Classification> getOptionList()
Gets the value of the optionList property.

Returns:
possible object is OptionListType

setOptionList

public void setOptionList(List<Classification> value)
Sets the value of the optionList property.

Parameters:
value - allowed object is ClassificationList

addOption

public void addOption(Classification option)

getSource

public String getSource()
Gets the value of the source property.

Returns:
possible object is String

setSource

public void setSource(String value)
Sets the value of the source property.

Parameters:
value - allowed object is String

getInternalId

public String getInternalId()
Gets the value of the internalId property.

Returns:
possible object is String

setInternalId

public void setInternalId(String value)
Sets the value of the internalId property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.