Package com.vidispine.generated
Class BulkyMetadataConfigurationType
java.lang.Object
com.vidispine.generated.BulkyMetadataConfigurationType
- 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 BulkyMetadataConfigurationType
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 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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classJava class for anonymous complex type -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BulkyMetadataConfigurationType.Statusprotected Booleanprotected String -
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) booleanbooleanequals(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 status property.getUri()Gets the value of the uri property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanisSetUri()Gets the value of the storageDisabled property.voidSets the value of the status property.voidsetStorageDisabled(Boolean value) Sets the value of the storageDisabled property.voidSets the value of the uri property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the status property.withStorageDisabled(Boolean value) Sets the value of the storageDisabled property.Sets the value of the uri property.
-
Field Details
-
uri
-
storageDisabled
-
status
-
-
Constructor Details
-
BulkyMetadataConfigurationType
public BulkyMetadataConfigurationType()
-
-
Method Details
-
getUri
Gets the value of the uri property.- Returns:
- possible object is
String
-
setUri
Sets the value of the uri property.- Parameters:
value- allowed object isString
-
isSetUri
public boolean isSetUri() -
isStorageDisabled
Gets the value of the storageDisabled property.- Returns:
- possible object is
Boolean
-
setStorageDisabled
Sets the value of the storageDisabled property.- Parameters:
value- allowed object isBoolean
-
isSetStorageDisabled
public boolean isSetStorageDisabled() -
getStatus
Gets the value of the status property.- Returns:
- possible object is
BulkyMetadataConfigurationType.Status
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isBulkyMetadataConfigurationType.Status
-
isSetStatus
public boolean isSetStatus() -
clone
-
copyTo
- Specified by:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withUri
Sets the value of the uri property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withStorageDisabled
Sets the value of the storageDisabled property.- Parameters:
value- allowed object isBoolean- Returns:
- The class instance
-
withStatus
Sets the value of the status property.- Parameters:
value- allowed object isBulkyMetadataConfigurationType.Status- 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-