public class LogFileContentType extends Object implements Serializable, Cloneable, 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>
| Modifier and Type | Field and Description |
|---|---|
protected long |
at |
protected boolean |
complete |
static QName |
COMPLEX_TYPE |
protected String |
content |
static QName |
F_AT |
static QName |
F_COMPLETE |
static QName |
F_CONTENT |
static QName |
F_LOG_FILE_SIZE |
protected long |
logFileSize |
| Constructor and Description |
|---|
LogFileContentType()
Creates a new
LogFileContentType instance. |
LogFileContentType(LogFileContentType o)
Creates a new
LogFileContentType instance by deeply copying a given LogFileContentType instance. |
| Modifier and Type | Method and Description |
|---|---|
LogFileContentType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
long |
getAt()
Gets the value of the at property.
|
String |
getContent()
Gets the value of the content property.
|
long |
getLogFileSize()
Gets the value of the logFileSize property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
boolean |
isComplete()
Gets the value of the complete property.
|
void |
setAt(long value)
Sets the value of the at property.
|
void |
setComplete(boolean value)
Sets the value of the complete property.
|
void |
setContent(String value)
Sets the value of the content property.
|
void |
setLogFileSize(long value)
Sets the value of the logFileSize property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected String content
protected long at
protected boolean complete
protected long logFileSize
public static final QName COMPLEX_TYPE
public static final QName F_CONTENT
public static final QName F_AT
public static final QName F_COMPLETE
public static final QName F_LOG_FILE_SIZE
public LogFileContentType()
LogFileContentType instance.public LogFileContentType(LogFileContentType o)
LogFileContentType instance by deeply copying a given LogFileContentType instance.o - The instance to copy.NullPointerException - if o is null.public String getContent()
Stringpublic void setContent(String value)
value - allowed object is
Stringpublic long getAt()
public void setAt(long value)
public boolean isComplete()
public void setComplete(boolean value)
public long getLogFileSize()
public void setLogFileSize(long value)
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic 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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic LogFileContentType clone()
Copyright © 2016 Evolveum. All rights reserved.