Package com.vidispine.generated
Class BulkyMetadataConfigurationType.Status
- java.lang.Object
-
- com.vidispine.generated.BulkyMetadataConfigurationType.Status
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- BulkyMetadataConfigurationType
public static class BulkyMetadataConfigurationType.Status 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 anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BulkyMetadataConfigurationType.Status.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected long
metadataInDatabase
protected long
metadataOnStorage
protected String
storageStatus
-
Constructor Summary
Constructors Constructor Description Status()
-
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)
long
getMetadataInDatabase()
Gets the value of the metadataInDatabase property.long
getMetadataOnStorage()
Gets the value of the metadataOnStorage property.String
getStorageStatus()
Gets the value of the storageStatus property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetMetadataInDatabase()
boolean
isSetMetadataOnStorage()
boolean
isSetStorageStatus()
void
setMetadataInDatabase(long value)
Sets the value of the metadataInDatabase property.void
setMetadataOnStorage(long value)
Sets the value of the metadataOnStorage property.void
setStorageStatus(String value)
Sets the value of the storageStatus property.BulkyMetadataConfigurationType.Status
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
BulkyMetadataConfigurationType.Status
withMetadataInDatabase(long value)
BulkyMetadataConfigurationType.Status
withMetadataOnStorage(long value)
BulkyMetadataConfigurationType.Status
withStorageStatus(String value)
-
-
-
Field Detail
-
metadataInDatabase
protected long metadataInDatabase
-
metadataOnStorage
protected long metadataOnStorage
-
storageStatus
protected String storageStatus
-
-
Method Detail
-
getMetadataInDatabase
public long getMetadataInDatabase()
Gets the value of the metadataInDatabase property.
-
setMetadataInDatabase
public void setMetadataInDatabase(long value)
Sets the value of the metadataInDatabase property.
-
isSetMetadataInDatabase
public boolean isSetMetadataInDatabase()
-
getMetadataOnStorage
public long getMetadataOnStorage()
Gets the value of the metadataOnStorage property.
-
setMetadataOnStorage
public void setMetadataOnStorage(long value)
Sets the value of the metadataOnStorage property.
-
isSetMetadataOnStorage
public boolean isSetMetadataOnStorage()
-
getStorageStatus
public String getStorageStatus()
Gets the value of the storageStatus property.- Returns:
- possible object is
String
-
setStorageStatus
public void setStorageStatus(String value)
Sets the value of the storageStatus property.- Parameters:
value
- allowed object isString
-
isSetStorageStatus
public boolean isSetStorageStatus()
-
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
-
withMetadataInDatabase
public BulkyMetadataConfigurationType.Status withMetadataInDatabase(long value)
-
withMetadataOnStorage
public BulkyMetadataConfigurationType.Status withMetadataOnStorage(long value)
-
withStorageStatus
public BulkyMetadataConfigurationType.Status withStorageStatus(String 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.Status 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
-
-