Class Header

java.lang.Object
com.pensio.api.generated.Header

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public class Header extends Object

Java class for Header complex type.

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

 <complexType name="Header">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Path" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ErrorMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • date

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String date
    • path

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String path
    • errorCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected int errorCode
    • errorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") protected String errorMessage
  • Constructor Details

    • Header

      public Header()
  • Method Details

    • getDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getDate()
      Gets the value of the date property.
      Returns:
      possible object is String
    • setDate

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setDate(String value)
      Sets the value of the date property.
      Parameters:
      value - allowed object is String
    • getPath

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getErrorCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public int getErrorCode()
      Gets the value of the errorCode property.
    • setErrorCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setErrorCode(int value)
      Sets the value of the errorCode property.
    • getErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public String getErrorMessage()
      Gets the value of the errorMessage property.
      Returns:
      possible object is String
    • setErrorMessage

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2025-12-10T09:47:46Z") public void setErrorMessage(String value)
      Sets the value of the errorMessage property.
      Parameters:
      value - allowed object is String