Package org.apache.headers.coloc.types
Class HeaderInfo
- java.lang.Object
-
- org.apache.headers.coloc.types.HeaderInfo
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public class HeaderInfo extends ObjectJava class for headerInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="headerInfo"> <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
Fields Modifier and Type Field Description protected Stringmessageprotected Stringoriginator
-
Constructor Summary
Constructors Constructor Description HeaderInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()Gets the value of the message property.StringgetOriginator()Gets the value of the originator property.voidsetMessage(String value)Sets the value of the message property.voidsetOriginator(String value)Sets the value of the originator property.
-
-
-
Method Detail
-
getOriginator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public String getOriginator()Gets the value of the originator property.- Returns:
- possible object is
String
-
setOriginator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public void setOriginator(String value)Sets the value of the originator property.- Parameters:
value- allowed object isString
-
getMessage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:24-04:00") public String getMessage()Gets the value of the message property.- Returns:
- possible object is
String
-
-