de.phleisch.app.itsucks.persistence.jaxb
Class SerializedJobParameter

java.lang.Object
  extended by de.phleisch.app.itsucks.persistence.jaxb.SerializedJobParameter

public class SerializedJobParameter
extends java.lang.Object

Java class for serializedJobParameter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="serializedJobParameter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="key" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <choice>
           <element name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType"/>
           <element name="serializedValue" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String key
           
protected  java.lang.Object serializedValue
           
protected  java.lang.Object value
           
 
Constructor Summary
SerializedJobParameter()
           
 
Method Summary
 java.lang.String getKey()
          Gets the value of the key property.
 java.lang.Object getSerializedValue()
          Gets the value of the serializedValue property.
 java.lang.Object getValue()
          Gets the value of the value property.
 void setKey(java.lang.String value)
          Sets the value of the key property.
 void setSerializedValue(java.lang.Object value)
          Sets the value of the serializedValue property.
 void setValue(java.lang.Object value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected java.lang.String key

value

protected java.lang.Object value

serializedValue

protected java.lang.Object serializedValue
Constructor Detail

SerializedJobParameter

public SerializedJobParameter()
Method Detail

getKey

public java.lang.String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(java.lang.String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getValue

public java.lang.Object getValue()
Gets the value of the value property.

Returns:
possible object is Object

setValue

public void setValue(java.lang.Object value)
Sets the value of the value property.

Parameters:
value - allowed object is Object

getSerializedValue

public java.lang.Object getSerializedValue()
Gets the value of the serializedValue property.

Returns:
possible object is Object

setSerializedValue

public void setSerializedValue(java.lang.Object value)
Sets the value of the serializedValue property.

Parameters:
value - allowed object is Object


Copyright © 2008. All Rights Reserved.