|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.etai.xat2v2.obj.Action
public class Action
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>
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 |
---|
public Action()
Method Detail |
---|
public Classification getVerb()
Classification
public void setVerb(Classification value)
value
- allowed object is
Classification
public List<Classification> getOptionList()
OptionListType
public void setOptionList(List<Classification> value)
value
- allowed object is
ClassificationList
public void addOption(Classification option)
public String getSource()
String
public void setSource(String value)
value
- allowed object is
String
public String getInternalId()
String
public void setInternalId(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |