Package com.vidispine.generated
Class BulkyMetadataConfigurationType
- java.lang.Object
-
- com.vidispine.generated.BulkyMetadataConfigurationType
-
- 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 BulkyMetadataConfigurationType 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 BulkyMetadataConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BulkyMetadataConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="storageDisabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="status" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="metadataInDatabase" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="metadataOnStorage" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="storageStatus" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BulkyMetadataConfigurationType.PropInfo
static class
BulkyMetadataConfigurationType.Status
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected BulkyMetadataConfigurationType.Status
status
protected Boolean
storageDisabled
protected String
uri
-
Constructor Summary
Constructors Constructor Description BulkyMetadataConfigurationType()
-
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)
BulkyMetadataConfigurationType.Status
getStatus()
Gets the value of the status property.String
getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetStatus()
boolean
isSetStorageDisabled()
boolean
isSetUri()
Boolean
isStorageDisabled()
Gets the value of the storageDisabled property.void
setStatus(BulkyMetadataConfigurationType.Status value)
Sets the value of the status property.void
setStorageDisabled(Boolean value)
Sets the value of the storageDisabled property.void
setUri(String value)
Sets the value of the uri property.BulkyMetadataConfigurationType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BulkyMetadataConfigurationType
withStatus(BulkyMetadataConfigurationType.Status value)
BulkyMetadataConfigurationType
withStorageDisabled(Boolean value)
BulkyMetadataConfigurationType
withUri(String value)
-
-
-
Field Detail
-
uri
protected String uri
-
storageDisabled
protected Boolean storageDisabled
-
status
protected BulkyMetadataConfigurationType.Status status
-
-
Method Detail
-
getUri
public String getUri()
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.- Parameters:
value
- allowed object isString
-
isSetUri
public boolean isSetUri()
-
isStorageDisabled
public Boolean isStorageDisabled()
Gets the value of the storageDisabled property.- Returns:
- possible object is
Boolean
-
setStorageDisabled
public void setStorageDisabled(Boolean value)
Sets the value of the storageDisabled property.- Parameters:
value
- allowed object isBoolean
-
isSetStorageDisabled
public boolean isSetStorageDisabled()
-
getStatus
public BulkyMetadataConfigurationType.Status getStatus()
Gets the value of the status property.- Returns:
- possible object is
BulkyMetadataConfigurationType.Status
-
setStatus
public void setStatus(BulkyMetadataConfigurationType.Status value)
Sets the value of the status property.- Parameters:
value
- allowed object isBulkyMetadataConfigurationType.Status
-
isSetStatus
public boolean isSetStatus()
-
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
-
withUri
public BulkyMetadataConfigurationType withUri(String value)
-
withStorageDisabled
public BulkyMetadataConfigurationType withStorageDisabled(Boolean value)
-
withStatus
public BulkyMetadataConfigurationType withStatus(BulkyMetadataConfigurationType.Status 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 BulkyMetadataConfigurationType 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
-
-