Class HeaderInfo


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-05-02T15:12:32-04:00")
    public class HeaderInfo
    extends Object

    Java 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 Detail

      • originator

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:32-04:00")
        protected String originator
      • message

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:32-04:00")
        protected String message
    • Constructor Detail

      • HeaderInfo

        public HeaderInfo()
    • Method Detail

      • getOriginator

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:32-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-05-02T15:12:32-04:00")
        public void setOriginator​(String value)
        Sets the value of the originator property.
        Parameters:
        value - allowed object is String
      • getMessage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:32-04:00")
        public String getMessage()
        Gets the value of the message property.
        Returns:
        possible object is String
      • setMessage

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-05-02T15:12:32-04:00")
        public void setMessage​(String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String