org.example.prefect
Class Receivedendcrisis

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

public class Receivedendcrisis
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="place" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="seriousness" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" 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
Receivedendcrisis()
           
 
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

place

protected java.lang.String place

seriousness

protected java.lang.String seriousness

type

protected java.lang.String type
Constructor Detail

Receivedendcrisis

public Receivedendcrisis()
Method Detail

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

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.