Package com.vidispine.generated
Class AuditLogEntryType
java.lang.Object
com.vidispine.generated.AuditLogEntryType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class AuditLogEntryType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getBody()
Gets the value of the body property.Gets the value of the contentLength property.Gets the value of the contentType property.Gets the value of the matrixParameters property.Gets the value of the method property.getPath()
Gets the value of the path property.Gets the value of the queryParameters property.Gets the value of the responseCode property.getRunAs()
Gets the value of the runAs property.Gets the value of the timestamp property.Gets the value of the username property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
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
Sets the value of the method property.void
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
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.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the body property.withContentLength
(String value) Sets the value of the contentLength property.withContentType
(String value) Sets the value of the contentType property.withMatrixParameters
(String value) Sets the value of the matrixParameters property.withMethod
(String value) Sets the value of the method property.Sets the value of the path property.withQueryParameters
(String value) Sets the value of the queryParameters property.withResponseCode
(Integer value) Sets the value of the responseCode property.Sets the value of the runAs property.Sets the value of the timestamp property.withUsername
(String value) Sets the value of the username property.
-
Field Details
-
username
-
method
-
path
-
queryParameters
-
matrixParameters
-
runAs
-
contentType
-
contentLength
-
body
-
responseCode
-
timestamp
-
-
Constructor Details
-
AuditLogEntryType
public AuditLogEntryType()
-
-
Method Details
-
getUsername
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
Sets the value of the username property.- Parameters:
value
- allowed object isString
-
isSetUsername
public boolean isSetUsername() -
getMethod
Gets the value of the method property.- Returns:
- possible object is
String
-
setMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
-
isSetMethod
public boolean isSetMethod() -
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value
- allowed object isString
-
isSetPath
public boolean isSetPath() -
getQueryParameters
Gets the value of the queryParameters property.- Returns:
- possible object is
String
-
setQueryParameters
Sets the value of the queryParameters property.- Parameters:
value
- allowed object isString
-
isSetQueryParameters
public boolean isSetQueryParameters() -
getMatrixParameters
Gets the value of the matrixParameters property.- Returns:
- possible object is
String
-
setMatrixParameters
Sets the value of the matrixParameters property.- Parameters:
value
- allowed object isString
-
isSetMatrixParameters
public boolean isSetMatrixParameters() -
getRunAs
Gets the value of the runAs property.- Returns:
- possible object is
String
-
setRunAs
Sets the value of the runAs property.- Parameters:
value
- allowed object isString
-
isSetRunAs
public boolean isSetRunAs() -
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
String
-
setContentType
Sets the value of the contentType property.- Parameters:
value
- allowed object isString
-
isSetContentType
public boolean isSetContentType() -
getContentLength
Gets the value of the contentLength property.- Returns:
- possible object is
String
-
setContentLength
Sets the value of the contentLength property.- Parameters:
value
- allowed object isString
-
isSetContentLength
public boolean isSetContentLength() -
getBody
Gets the value of the body property.- Returns:
- possible object is
String
-
setBody
Sets the value of the body property.- Parameters:
value
- allowed object isString
-
isSetBody
public boolean isSetBody() -
getResponseCode
Gets the value of the responseCode property.- Returns:
- possible object is
Integer
-
setResponseCode
Sets the value of the responseCode property.- Parameters:
value
- allowed object isInteger
-
isSetResponseCode
public boolean isSetResponseCode() -
getTimestamp
Gets the value of the timestamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetTimestamp
public boolean isSetTimestamp() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withUsername
Sets the value of the username property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMethod
Sets the value of the method property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPath
Sets the value of the path property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withQueryParameters
Sets the value of the queryParameters property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMatrixParameters
Sets the value of the matrixParameters property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withRunAs
Sets the value of the runAs property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withContentType
Sets the value of the contentType property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withContentLength
Sets the value of the contentLength property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBody
Sets the value of the body property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withResponseCode
Sets the value of the responseCode property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withTimestamp
Sets the value of the timestamp property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-