|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.example.prefect.TriggerORSEC
public class TriggerORSEC
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">
<sequence>
<element name="seriousness" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="place" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
place
|
protected java.lang.String |
seriousness
|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
TriggerORSEC()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPlace()
Gets the value of the place property. |
java.lang.String |
getSeriousness()
Gets the value of the seriousness property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setPlace(java.lang.String value)
Sets the value of the place property. |
void |
setSeriousness(java.lang.String value)
Sets the value of the seriousness property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String seriousness
protected java.lang.String type
protected java.lang.String place
| Constructor Detail |
|---|
public TriggerORSEC()
| Method Detail |
|---|
public java.lang.String getSeriousness()
Stringpublic void setSeriousness(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPlace()
Stringpublic void setPlace(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||