public class Trigger
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="wincount" type="{http://www.w3.org/2001/XMLSchema}integer" /> <attribute name="winpost" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="winpre" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="wintime" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
protected java.math.BigInteger |
wincount |
protected java.lang.Float |
winpost |
protected java.lang.Float |
winpre |
protected java.lang.Float |
wintime |
Constructor and Description |
---|
Trigger() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getWincount()
Gets the value of the wincount property.
|
java.lang.Float |
getWinpost()
Gets the value of the winpost property.
|
java.lang.Float |
getWinpre()
Gets the value of the winpre property.
|
java.lang.Float |
getWintime()
Gets the value of the wintime property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setWincount(java.math.BigInteger value)
Sets the value of the wincount property.
|
void |
setWinpost(java.lang.Float value)
Sets the value of the winpost property.
|
void |
setWinpre(java.lang.Float value)
Sets the value of the winpre property.
|
void |
setWintime(java.lang.Float value)
Sets the value of the wintime property.
|
protected java.lang.String name
protected java.math.BigInteger wincount
protected java.lang.Float winpost
protected java.lang.Float winpre
protected java.lang.Float wintime
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.math.BigInteger getWincount()
BigInteger
public void setWincount(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.Float getWinpost()
Float
public void setWinpost(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getWinpre()
Float
public void setWinpre(java.lang.Float value)
value
- allowed object is
Float
public java.lang.Float getWintime()
Float
public void setWintime(java.lang.Float value)
value
- allowed object is
Float