org.example.prefect
Class PutCODinplaceResponse

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

public class PutCODinplaceResponse
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="doneStart" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="place" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="seriousness" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String doneStart
           
protected  java.lang.String place
           
protected  java.lang.String seriousness
           
protected  java.lang.String type
           
 
Constructor Summary
PutCODinplaceResponse()
           
 
Method Summary
 java.lang.String getDoneStart()
          Gets the value of the doneStart property.
 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 setDoneStart(java.lang.String value)
          Sets the value of the doneStart 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

doneStart

protected java.lang.String doneStart

place

protected java.lang.String place

type

protected java.lang.String type

seriousness

protected java.lang.String seriousness
Constructor Detail

PutCODinplaceResponse

public PutCODinplaceResponse()
Method Detail

getDoneStart

public java.lang.String getDoneStart()
Gets the value of the doneStart property.

Returns:
possible object is String

setDoneStart

public void setDoneStart(java.lang.String value)
Sets the value of the doneStart 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

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

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.