@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:59+02:00", comments="JAXB RI v2.2.11") 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="2015-06-22T09:51:59+02:00", comments="JAXB RI v2.2.11") protected String originator
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:59+02:00", comments="JAXB RI v2.2.11") protected String message
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:59+02:00", comments="JAXB RI v2.2.11") public String getOriginator()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:59+02:00", comments="JAXB RI v2.2.11") public void setOriginator(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2015-06-22T09:51:59+02:00", comments="JAXB RI v2.2.11") public String getMessage()
String
Apache CXF