public class AttackElementType extends Object
Java class for attackElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attackElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}Target" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attGroup ref="{}CommonAttributes"/> <attribute name="weaponStatus" type="{}weaponStatusType" default="tight" /> <attribute name="singleTarget" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="disableOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected Boolean |
disableOnly |
protected String |
id |
protected Boolean |
singleTarget |
protected List<ActionObjectElementType> |
target |
protected Double |
timeStamp |
protected WeaponStatusType |
weaponStatus |
Constructor and Description |
---|
AttackElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getId()
Gets the value of the id property.
|
List<ActionObjectElementType> |
getTarget()
Gets the value of the target property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
WeaponStatusType |
getWeaponStatus()
Gets the value of the weaponStatus property.
|
boolean |
isDisableOnly()
Gets the value of the disableOnly property.
|
boolean |
isSingleTarget()
Gets the value of the singleTarget property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisableOnly(Boolean value)
Sets the value of the disableOnly property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setSingleTarget(Boolean value)
Sets the value of the singleTarget property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
void |
setWeaponStatus(WeaponStatusType value)
Sets the value of the weaponStatus property.
|
protected List<ActionObjectElementType> target
protected WeaponStatusType weaponStatus
protected Boolean singleTarget
protected Boolean disableOnly
protected Double timeStamp
protected String description
protected String id
public List<ActionObjectElementType> getTarget()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the target property.
For example, to add a new item, do as follows:
getTarget().add(newItem);
Objects of the following type(s) are allowed in the list
ActionObjectElementType
public WeaponStatusType getWeaponStatus()
WeaponStatusType
public void setWeaponStatus(WeaponStatusType value)
value
- allowed object is
WeaponStatusType
public boolean isSingleTarget()
Boolean
public void setSingleTarget(Boolean value)
value
- allowed object is
Boolean
public boolean isDisableOnly()
Boolean
public void setDisableOnly(Boolean value)
value
- allowed object is
Boolean
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