Package com.vidispine.generated
Class LogReportConfigurationType
java.lang.Object
com.vidispine.generated.LogReportConfigurationType
- 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 LogReportConfigurationType
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 LogReportConfigurationType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="LogReportConfigurationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="expiryTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="uploadUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="certificate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clientKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clientCertificate" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</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) Gets the value of the certificate property.Gets the value of the clientCertificate property.Gets the value of the clientKey property.Gets the value of the expiryTime property.getPath()
Gets the value of the path property.Gets the value of the uploadUri property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
void
setCertificate
(String value) Sets the value of the certificate property.void
setClientKey
(String value) Sets the value of the clientKey property.void
setExpiryTime
(Double value) Sets the value of the expiryTime property.void
Sets the value of the path property.void
setUploadUri
(String value) Sets the value of the uploadUri property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withCertificate
(String value) Sets the value of the certificate property.withClientCertificate
(String... values) Adds objects to the list of ClientCertificate using add methodwithClientCertificate
(Collection<String> values) Adds objects to the list of ClientCertificate using addAll methodwithClientKey
(String value) Sets the value of the clientKey property.withExpiryTime
(Double value) Sets the value of the expiryTime property.Sets the value of the path property.withUploadUri
(String value) Sets the value of the uploadUri property.
-
Field Details
-
path
-
expiryTime
-
uploadUri
-
certificate
-
clientKey
-
clientCertificate
-
-
Constructor Details
-
LogReportConfigurationType
public LogReportConfigurationType()
-
-
Method Details
-
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() -
getExpiryTime
Gets the value of the expiryTime property.- Returns:
- possible object is
Double
-
setExpiryTime
Sets the value of the expiryTime property.- Parameters:
value
- allowed object isDouble
-
isSetExpiryTime
public boolean isSetExpiryTime() -
getUploadUri
Gets the value of the uploadUri property.- Returns:
- possible object is
String
-
setUploadUri
Sets the value of the uploadUri property.- Parameters:
value
- allowed object isString
-
isSetUploadUri
public boolean isSetUploadUri() -
getCertificate
Gets the value of the certificate property.- Returns:
- possible object is
String
-
setCertificate
Sets the value of the certificate property.- Parameters:
value
- allowed object isString
-
isSetCertificate
public boolean isSetCertificate() -
getClientKey
Gets the value of the clientKey property.- Returns:
- possible object is
String
-
setClientKey
Sets the value of the clientKey property.- Parameters:
value
- allowed object isString
-
isSetClientKey
public boolean isSetClientKey() -
getClientCertificate
Gets the value of the clientCertificate property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the clientCertificate property.For example, to add a new item, do as follows:
getClientCertificate().add(newItem);
Objects of the following type(s) are allowed in the list
String
- Returns:
- The value of the clientCertificate property.
-
isSetClientCertificate
public boolean isSetClientCertificate() -
unsetClientCertificate
public void unsetClientCertificate() -
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
-
withPath
Sets the value of the path property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withExpiryTime
Sets the value of the expiryTime property.- Parameters:
value
- allowed object isDouble
- Returns:
- The class instance
-
withUploadUri
Sets the value of the uploadUri property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCertificate
Sets the value of the certificate property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withClientKey
Sets the value of the clientKey property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withClientCertificate
Adds objects to the list of ClientCertificate using add method- Parameters:
values
- objects to add to the list ClientCertificate- Returns:
- The class instance
-
withClientCertificate
Adds objects to the list of ClientCertificate using addAll method- Parameters:
values
- objects to add to the list ClientCertificate- 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
-