org.ow2.petals.component.framework.jbidescriptor.generated
Class MessageParam

java.lang.Object
  extended by org.ow2.petals.component.framework.jbidescriptor.generated.MessageParam

public class MessageParam
extends java.lang.Object

Java class for MessageParam complex type.

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

 <complexType name="MessageParam">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="message" use="required" type="{http://petals.ow2.org/components/extensions/version-5}MessageType" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </simpleContent>
 </complexType>
 


Field Summary
protected  MessageType message
           
protected  java.lang.String name
           
protected  java.lang.String value
           
 
Constructor Summary
MessageParam()
           
 
Method Summary
 MessageType getMessage()
          Gets the value of the message property.
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setMessage(MessageType value)
          Sets the value of the message property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(java.lang.String 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

value

protected java.lang.String value

message

protected MessageType message

name

protected java.lang.String name
Constructor Detail

MessageParam

public MessageParam()
Method Detail

getValue

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

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getMessage

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

Returns:
possible object is MessageType

setMessage

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

Parameters:
value - allowed object is MessageType

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.