Package com.vidispine.generated
Class AuditLogEntryType
- java.lang.Object
-
- com.vidispine.generated.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuditLogEntryType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
body
protected String
contentLength
protected String
contentType
protected String
matrixParameters
protected String
method
protected String
path
protected String
queryParameters
protected Integer
responseCode
protected String
runAs
protected XMLGregorianCalendar
timestamp
protected String
username
-
Constructor Summary
Constructors Constructor Description AuditLogEntryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
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.EqualsStrategy2 strategy)
String
getBody()
Gets the value of the body property.String
getContentLength()
Gets the value of the contentLength property.String
getContentType()
Gets the value of the contentType property.String
getMatrixParameters()
Gets the value of the matrixParameters property.String
getMethod()
Gets the value of the method property.String
getPath()
Gets the value of the path property.String
getQueryParameters()
Gets the value of the queryParameters property.Integer
getResponseCode()
Gets the value of the responseCode property.String
getRunAs()
Gets the value of the runAs property.XMLGregorianCalendar
getTimestamp()
Gets the value of the timestamp property.String
getUsername()
Gets the value of the username property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetBody()
boolean
isSetContentLength()
boolean
isSetContentType()
boolean
isSetMatrixParameters()
boolean
isSetMethod()
boolean
isSetPath()
boolean
isSetQueryParameters()
boolean
isSetResponseCode()
boolean
isSetRunAs()
boolean
isSetTimestamp()
boolean
isSetUsername()
void
setBody(String value)
Sets the value of the body property.void
setContentLength(String value)
Sets the value of the contentLength property.void
setContentType(String value)
Sets the value of the contentType property.void
setMatrixParameters(String value)
Sets the value of the matrixParameters property.void
setMethod(String value)
Sets the value of the method property.void
setPath(String value)
Sets the value of the path property.void
setQueryParameters(String value)
Sets the value of the queryParameters property.void
setResponseCode(Integer value)
Sets the value of the responseCode property.void
setRunAs(String value)
Sets the value of the runAs property.void
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.void
setUsername(String value)
Sets the value of the username property.AuditLogEntryType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AuditLogEntryType
withBody(String value)
AuditLogEntryType
withContentLength(String value)
AuditLogEntryType
withContentType(String value)
AuditLogEntryType
withMatrixParameters(String value)
AuditLogEntryType
withMethod(String value)
AuditLogEntryType
withPath(String value)
AuditLogEntryType
withQueryParameters(String value)
AuditLogEntryType
withResponseCode(Integer value)
AuditLogEntryType
withRunAs(String value)
AuditLogEntryType
withTimestamp(XMLGregorianCalendar value)
AuditLogEntryType
withUsername(String value)
-
-
-
Field Detail
-
username
protected String username
-
method
protected String method
-
path
protected String path
-
queryParameters
protected String queryParameters
-
matrixParameters
protected String matrixParameters
-
runAs
protected String runAs
-
contentType
protected String contentType
-
contentLength
protected String contentLength
-
body
protected String body
-
responseCode
protected Integer responseCode
-
timestamp
protected XMLGregorianCalendar timestamp
-
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isString
-
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 isInteger
-
isSetResponseCode
public boolean isSetResponseCode()
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withUsername
public AuditLogEntryType withUsername(String value)
-
withMethod
public AuditLogEntryType withMethod(String value)
-
withPath
public AuditLogEntryType withPath(String value)
-
withQueryParameters
public AuditLogEntryType withQueryParameters(String value)
-
withMatrixParameters
public AuditLogEntryType withMatrixParameters(String value)
-
withRunAs
public AuditLogEntryType withRunAs(String value)
-
withContentType
public AuditLogEntryType withContentType(String value)
-
withContentLength
public AuditLogEntryType withContentLength(String value)
-
withBody
public AuditLogEntryType withBody(String value)
-
withResponseCode
public AuditLogEntryType withResponseCode(Integer value)
-
withTimestamp
public AuditLogEntryType withTimestamp(XMLGregorianCalendar value)
-
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 interfaceorg.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 interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-