public class GroupActionElementType extends Object
Java class for groupActionElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="groupActionElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CommonAttributes"/> <attribute name="actionType" use="required" type="{}groupActionType" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GroupActionType |
actionType |
protected String |
description |
protected String |
id |
protected Double |
timeStamp |
Constructor and Description |
---|
GroupActionElementType() |
Modifier and Type | Method and Description |
---|---|
GroupActionType |
getActionType()
Gets the value of the actionType property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setActionType(GroupActionType value)
Sets the value of the actionType property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected GroupActionType actionType
protected Double timeStamp
protected String description
protected String id
public GroupActionType getActionType()
GroupActionType
public void setActionType(GroupActionType value)
value
- allowed object is
GroupActionType
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String