Class LogFileContentType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.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 Summary
Fields Modifier and Type Field Description protected longatprotected booleancompletestatic QNameCOMPLEX_TYPEprotected Stringcontentstatic ItemNameF_ATstatic ItemNameF_COMPLETEstatic ItemNameF_CONTENTstatic ItemNameF_LOG_FILE_SIZEprotected longlogFileSize
-
Constructor Summary
Constructors Constructor Description LogFileContentType()Creates a newLogFileContentTypeinstance.LogFileContentType(LogFileContentType o)Creates a newLogFileContentTypeinstance by deeply copying a givenLogFileContentTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)LogFileContentTypeat(long value)LogFileContentTypeclone()Creates and returns a deep copy of this object.LogFileContentTypecomplete(boolean value)LogFileContentTypecontent(String value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)longgetAt()Gets the value of the at property.StringgetContent()Gets the value of the content property.longgetLogFileSize()Gets the value of the logFileSize property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)booleanisComplete()Gets the value of the complete property.LogFileContentTypelogFileSize(long value)voidsetAt(long value)Sets the value of the at property.voidsetComplete(boolean value)Sets the value of the complete property.voidsetContent(String value)Sets the value of the content property.voidsetLogFileSize(long value)Sets the value of the logFileSize property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
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 newLogFileContentTypeinstance.
-
LogFileContentType
public LogFileContentType(LogFileContentType o)
Creates a newLogFileContentTypeinstance by deeply copying a givenLogFileContentTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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 isString
-
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
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
content
public LogFileContentType content(String value)
-
at
public LogFileContentType at(long value)
-
complete
public LogFileContentType complete(boolean value)
-
logFileSize
public LogFileContentType logFileSize(long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public LogFileContentType clone()
Creates and returns a deep copy of this object.
-
-