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() |
protected Boolean done
protected BigInteger migrationsLeft
protected List<MetadataSchemaMoveOperationType> move
protected List<MetadataSchemaRenameOperationType> rename
protected List<MetadataSchemaDeleteOperationType> delete
protected BigInteger id
public Boolean isDone()
Booleanpublic void setDone(Boolean value)
value - allowed object is
Booleanpublic boolean isSetDone()
public BigInteger getMigrationsLeft()
BigIntegerpublic void setMigrationsLeft(BigInteger value)
value - allowed object is
BigIntegerpublic 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()
BigIntegerpublic void setId(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetId()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic MetadataSchemaMigrationType withDone(Boolean value)
public MetadataSchemaMigrationType withMigrationsLeft(BigInteger value)
public MetadataSchemaMigrationType withMove(MetadataSchemaMoveOperationType... values)
public MetadataSchemaMigrationType withMove(Collection<MetadataSchemaMoveOperationType> values)
public MetadataSchemaMigrationType withRename(MetadataSchemaRenameOperationType... values)
public MetadataSchemaMigrationType withRename(Collection<MetadataSchemaRenameOperationType> values)
public MetadataSchemaMigrationType withDelete(MetadataSchemaDeleteOperationType... values)
public MetadataSchemaMigrationType withDelete(Collection<MetadataSchemaDeleteOperationType> values)
public MetadataSchemaMigrationType withId(BigInteger value)
Copyright © 2015. All rights reserved.