Class LogFileContentType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class LogFileContentType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    Java class for LogFileContentType complex type.

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

     <complexType name="LogFileContentType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="content" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="at" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="complete" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="logFileSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • content

        protected String content
      • at

        protected long at
      • complete

        protected boolean complete
      • logFileSize

        protected long logFileSize
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_CONTENT

        public static final ItemName F_CONTENT
      • F_AT

        public static final ItemName F_AT
      • F_COMPLETE

        public static final ItemName F_COMPLETE
      • F_LOG_FILE_SIZE

        public static final ItemName F_LOG_FILE_SIZE
    • Constructor Detail

      • LogFileContentType

        public LogFileContentType()
        Creates a new LogFileContentType instance.
      • LogFileContentType

        public LogFileContentType​(LogFileContentType o)
        Creates a new LogFileContentType instance by deeply copying a given LogFileContentType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.
    • Method Detail

      • getContent

        public String getContent()
        Gets the value of the content property.
        Returns:
        possible object is String
      • setContent

        public void setContent​(String value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is String
      • getAt

        public long getAt()
        Gets the value of the at property.
      • setAt

        public void setAt​(long value)
        Sets the value of the at property.
      • isComplete

        public boolean isComplete()
        Gets the value of the complete property.
      • setComplete

        public void setComplete​(boolean value)
        Sets the value of the complete property.
      • getLogFileSize

        public long getLogFileSize()
        Gets the value of the logFileSize property.
      • setLogFileSize

        public void setLogFileSize​(long value)
        Sets the value of the logFileSize property.
      • toString

        public String toString()
        Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
        Overrides:
        toString in class Object
      • hashCode

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

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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.EqualsStrategy strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals
      • clone

        public LogFileContentType clone()
        Creates and returns a deep copy of this object.
        Overrides:
        clone in class Object
        Returns:
        A deep copy of this object.