Class AuditLogEntryType

  • All Implemented Interfaces:
    Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class AuditLogEntryType
    extends Object
    implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    Java class for AuditLogEntryType complex type.

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

     <complexType name="AuditLogEntryType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="method" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="queryParameters" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="matrixParameters" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="runAs" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="contentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="contentLength" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="responseCode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
           <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • AuditLogEntryType

        public AuditLogEntryType()
    • Method Detail

      • getUsername

        public String getUsername()
        Gets the value of the username property.
        Returns:
        possible object is String
      • setUsername

        public void setUsername​(String value)
        Sets the value of the username property.
        Parameters:
        value - allowed object is String
      • isSetUsername

        public boolean isSetUsername()
      • getMethod

        public String getMethod()
        Gets the value of the method property.
        Returns:
        possible object is String
      • setMethod

        public void setMethod​(String value)
        Sets the value of the method property.
        Parameters:
        value - allowed object is String
      • isSetMethod

        public boolean isSetMethod()
      • getPath

        public String getPath()
        Gets the value of the path property.
        Returns:
        possible object is String
      • setPath

        public void setPath​(String value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is String
      • isSetPath

        public boolean isSetPath()
      • getQueryParameters

        public String getQueryParameters()
        Gets the value of the queryParameters property.
        Returns:
        possible object is String
      • setQueryParameters

        public void setQueryParameters​(String value)
        Sets the value of the queryParameters property.
        Parameters:
        value - allowed object is String
      • isSetQueryParameters

        public boolean isSetQueryParameters()
      • getMatrixParameters

        public String getMatrixParameters()
        Gets the value of the matrixParameters property.
        Returns:
        possible object is String
      • setMatrixParameters

        public void setMatrixParameters​(String value)
        Sets the value of the matrixParameters property.
        Parameters:
        value - allowed object is String
      • isSetMatrixParameters

        public boolean isSetMatrixParameters()
      • getRunAs

        public String getRunAs()
        Gets the value of the runAs property.
        Returns:
        possible object is String
      • setRunAs

        public void setRunAs​(String value)
        Sets the value of the runAs property.
        Parameters:
        value - allowed object is String
      • isSetRunAs

        public boolean isSetRunAs()
      • getContentType

        public String getContentType()
        Gets the value of the contentType property.
        Returns:
        possible object is String
      • setContentType

        public void setContentType​(String value)
        Sets the value of the contentType property.
        Parameters:
        value - allowed object is String
      • isSetContentType

        public boolean isSetContentType()
      • getContentLength

        public String getContentLength()
        Gets the value of the contentLength property.
        Returns:
        possible object is String
      • setContentLength

        public void setContentLength​(String value)
        Sets the value of the contentLength property.
        Parameters:
        value - allowed object is String
      • isSetContentLength

        public boolean isSetContentLength()
      • getBody

        public String getBody()
        Gets the value of the body property.
        Returns:
        possible object is String
      • setBody

        public void setBody​(String value)
        Sets the value of the body property.
        Parameters:
        value - allowed object is String
      • isSetBody

        public boolean isSetBody()
      • getResponseCode

        public Integer getResponseCode()
        Gets the value of the responseCode property.
        Returns:
        possible object is Integer
      • setResponseCode

        public void setResponseCode​(Integer value)
        Sets the value of the responseCode property.
        Parameters:
        value - allowed object is Integer
      • isSetResponseCode

        public boolean isSetResponseCode()
      • isSetTimestamp

        public boolean isSetTimestamp()
      • copyTo

        public Object copyTo​(Object target)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • createNewInstance

        public Object createNewInstance()
        Specified by:
        createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      • visit

        public AuditLogEntryType visit​(com.kscs.util.jaxb.PropertyVisitor _visitor_)
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object