XmlAction¶
-
public class
XmlAction
¶ Java class for Action complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Action"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="unitId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="actionType" type="{}ActionType"/> </sequence> </restriction> </complexContent> </complexType>
Methods¶
getActionType¶
-
public ActionType
getActionType
()¶ Gets the value of the actionType property.
Returns: possible object is String
setActionType¶
-
public void
setActionType
(ActionType value)¶ Sets the value of the actionType property.
Parameters: - value – allowed object is
String
- value – allowed object is