Class MetadataSchemaMigrationType
- 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
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MetadataSchemaDeleteOperationType>
protected Boolean
protected BigInteger
protected BigInteger
protected List<MetadataSchemaMoveOperationType>
protected List<MetadataSchemaRenameOperationType>
-
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) boolean
boolean
equals
(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 delete property.getId()
Gets the value of the id property.Gets the value of the migrationsLeft property.getMove()
Gets the value of the move property.Gets the value of the rename property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) isDone()
Gets the value of the done property.boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
void
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.toString()
void
void
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDelete
(MetadataSchemaDeleteOperationType... values) Adds objects to the list of Delete using add methodAdds objects to the list of Delete using addAll methodSets the value of the done property.withId
(BigInteger value) Sets the value of the id property.withMigrationsLeft
(BigInteger value) Sets the value of the migrationsLeft property.withMove
(MetadataSchemaMoveOperationType... values) Adds objects to the list of Move using add methodAdds objects to the list of Move using addAll methodwithRename
(MetadataSchemaRenameOperationType... values) Adds objects to the list of Rename using add methodAdds objects to the list of Rename using addAll method
-
Field Details
-
done
-
migrationsLeft
-
move
-
rename
-
delete
-
id
-
-
Constructor Details
-
MetadataSchemaMigrationType
public MetadataSchemaMigrationType()
-
-
Method Details
-
isDone
Gets the value of the done property.- Returns:
- possible object is
Boolean
-
setDone
Sets the value of the done property.- Parameters:
value
- allowed object isBoolean
-
isSetDone
public boolean isSetDone() -
getMigrationsLeft
Gets the value of the migrationsLeft property.- Returns:
- possible object is
BigInteger
-
setMigrationsLeft
Sets the value of the migrationsLeft property.- Parameters:
value
- allowed object isBigInteger
-
isSetMigrationsLeft
public boolean isSetMigrationsLeft() -
getMove
Gets the value of the move property.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
- Returns:
- The value of the move property.
-
isSetMove
public boolean isSetMove() -
unsetMove
public void unsetMove() -
getRename
Gets the value of the rename property.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
- Returns:
- The value of the rename property.
-
isSetRename
public boolean isSetRename() -
unsetRename
public void unsetRename() -
getDelete
Gets the value of the delete property.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
- Returns:
- The value of the delete property.
-
isSetDelete
public boolean isSetDelete() -
unsetDelete
public void unsetDelete() -
getId
Gets the value of the id property.- Returns:
- possible object is
BigInteger
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isBigInteger
-
isSetId
public boolean isSetId() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withDone
Sets the value of the done property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withMigrationsLeft
Sets the value of the migrationsLeft property.- Parameters:
value
- allowed object isBigInteger
- Returns:
- The class instance
-
withMove
Adds objects to the list of Move using add method- Parameters:
values
- objects to add to the list Move- Returns:
- The class instance
-
withMove
Adds objects to the list of Move using addAll method- Parameters:
values
- objects to add to the list Move- Returns:
- The class instance
-
withRename
Adds objects to the list of Rename using add method- Parameters:
values
- objects to add to the list Rename- Returns:
- The class instance
-
withRename
Adds objects to the list of Rename using addAll method- Parameters:
values
- objects to add to the list Rename- Returns:
- The class instance
-
withDelete
Adds objects to the list of Delete using add method- Parameters:
values
- objects to add to the list Delete- Returns:
- The class instance
-
withDelete
Adds objects to the list of Delete using addAll method- Parameters:
values
- objects to add to the list Delete- Returns:
- The class instance
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isBigInteger
- 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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-