jpl.mipl.mdms.FileService.spider.api.jaxb
Class ActionType

java.lang.Object
  extended by jpl.mipl.mdms.FileService.spider.api.jaxb.ActionType

public class ActionType
extends Object

Java class for actionType complex type.

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

 <complexType name="actionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="type" type="{http://mdms.jpl.nasa.gov/spider/schema}actionTypeValue"/>
         <element name="productList" type="{http://mdms.jpl.nasa.gov/spider/schema}referenceList" minOccurs="0"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String message
           
protected  ReferenceList productList
           
protected  ActionTypeValue type
           
 
Constructor Summary
ActionType()
           
 
Method Summary
 String getMessage()
          Gets the value of the message property.
 ReferenceList getProductList()
          Gets the value of the productList property.
 ActionTypeValue getType()
          Gets the value of the type property.
 void setMessage(String value)
          Sets the value of the message property.
 void setProductList(ReferenceList value)
          Sets the value of the productList property.
 void setType(ActionTypeValue 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

type

protected ActionTypeValue type

productList

protected ReferenceList productList

message

protected String message
Constructor Detail

ActionType

public ActionType()
Method Detail

getType

public ActionTypeValue getType()
Gets the value of the type property.

Returns:
possible object is ActionTypeValue

setType

public void setType(ActionTypeValue value)
Sets the value of the type property.

Parameters:
value - allowed object is ActionTypeValue

getProductList

public ReferenceList getProductList()
Gets the value of the productList property.

Returns:
possible object is ReferenceList

setProductList

public void setProductList(ReferenceList value)
Sets the value of the productList property.

Parameters:
value - allowed object is ReferenceList

getMessage

public String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String