@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public class SOAPHeaderData extends 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>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | message | 
| protected String | originator | 
| Constructor and Description | 
|---|
| SOAPHeaderData() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getMessage()Gets the value of the message property. | 
| String | getOriginator()Gets the value of the originator property. | 
| void | setMessage(String value)Sets the value of the message property. | 
| void | setOriginator(String value)Sets the value of the originator property. | 
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected String originator
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected String message
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public String getOriginator()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setOriginator(String value)
value - allowed object is
     String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public String getMessage()
StringApache CXF