org.apache.headers.types
Class SOAPHeaderData

java.lang.Object
  extended by org.apache.headers.types.SOAPHeaderData

public class SOAPHeaderData
extends java.lang.Object

Java class for SOAPHeaderData complex type.

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

 <complexType name="SOAPHeaderData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="originator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String message
           
protected  java.lang.String originator
           
 
Constructor Summary
SOAPHeaderData()
           
 
Method Summary
 java.lang.String getMessage()
          Gets the value of the message property.
 java.lang.String getOriginator()
          Gets the value of the originator property.
 void setMessage(java.lang.String value)
          Sets the value of the message property.
 void setOriginator(java.lang.String value)
          Sets the value of the originator property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

originator

protected java.lang.String originator

message

protected java.lang.String message
Constructor Detail

SOAPHeaderData

public SOAPHeaderData()
Method Detail

getOriginator

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

Returns:
possible object is String

setOriginator

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

Parameters:
value - allowed object is String

getMessage

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

Returns:
possible object is String

setMessage

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

Parameters:
value - allowed object is String


Apache CXF