public class MetadataSchemaMigrationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataSchemaMigrationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataSchemaMigrationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="done" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="migrationsLeft" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="move" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaMoveOperationType" maxOccurs="unbounded" minOccurs="0"/> <element name="rename" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaRenameOperationType" maxOccurs="unbounded" minOccurs="0"/> <element name="delete" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaDeleteOperationType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<MetadataSchemaDeleteOperationType> |
delete |
protected Boolean |
done |
protected BigInteger |
id |
protected BigInteger |
migrationsLeft |
protected List<MetadataSchemaMoveOperationType> |
move |
protected List<MetadataSchemaRenameOperationType> |
rename |
Constructor and Description |
---|
MetadataSchemaMigrationType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
List<MetadataSchemaDeleteOperationType> |
getDelete()
Gets the value of the delete property.
|
BigInteger |
getId()
Gets the value of the id property.
|
BigInteger |
getMigrationsLeft()
Gets the value of the migrationsLeft property.
|
List<MetadataSchemaMoveOperationType> |
getMove()
Gets the value of the move property.
|
List<MetadataSchemaRenameOperationType> |
getRename()
Gets the value of the rename property.
|
Boolean |
isDone()
Gets the value of the done property.
|
boolean |
isSetDelete() |
boolean |
isSetDone() |
boolean |
isSetId() |
boolean |
isSetMigrationsLeft() |
boolean |
isSetMove() |
boolean |
isSetRename() |
void |
setDone(Boolean value)
Sets the value of the done property.
|
void |
setId(BigInteger value)
Sets the value of the id property.
|
void |
setMigrationsLeft(BigInteger value)
Sets the value of the migrationsLeft property.
|
void |
unsetDelete() |
void |
unsetMove() |
void |
unsetRename() |
protected Boolean done
protected BigInteger migrationsLeft
protected List<MetadataSchemaMoveOperationType> move
protected List<MetadataSchemaRenameOperationType> rename
protected List<MetadataSchemaDeleteOperationType> delete
protected BigInteger id
public Boolean isDone()
Boolean
public void setDone(Boolean value)
value
- allowed object is
Boolean
public boolean isSetDone()
public BigInteger getMigrationsLeft()
BigInteger
public void setMigrationsLeft(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetMigrationsLeft()
public List<MetadataSchemaMoveOperationType> getMove()
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 move property.
For example, to add a new item, do as follows:
getMove().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataSchemaMoveOperationType
public boolean isSetMove()
public void unsetMove()
public List<MetadataSchemaRenameOperationType> getRename()
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 rename property.
For example, to add a new item, do as follows:
getRename().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataSchemaRenameOperationType
public boolean isSetRename()
public void unsetRename()
public List<MetadataSchemaDeleteOperationType> getDelete()
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 delete property.
For example, to add a new item, do as follows:
getDelete().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataSchemaDeleteOperationType
public boolean isSetDelete()
public void unsetDelete()
public BigInteger getId()
BigInteger
public void setId(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetId()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2015. All rights reserved.