org.example.prefect
Class TriggerORSEC

java.lang.Object
  extended by org.example.prefect.TriggerORSEC

public class TriggerORSEC
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">
       <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

seriousness

protected java.lang.String seriousness

type

protected java.lang.String type

place

protected java.lang.String place
Constructor Detail

TriggerORSEC

public TriggerORSEC()
Method Detail

getSeriousness

public java.lang.String getSeriousness()
Gets the value of the seriousness property.

Returns:
possible object is String

setSeriousness

public void setSeriousness(java.lang.String value)
Sets the value of the seriousness property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getPlace

public java.lang.String getPlace()
Gets the value of the place property.

Returns:
possible object is String

setPlace

public void setPlace(java.lang.String value)
Sets the value of the place property.

Parameters:
value - allowed object is String


Copyright © 2010 OW2 Consortium. All Rights Reserved.