public class MetadataWrapperType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataWrapperType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataWrapperType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataType"/> <element name="oldMetadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataListType" minOccurs="0"/> <element name="shape" type="{http://xml.vidispine.com/schema/vidispine}ShapeType" maxOccurs="unbounded" minOccurs="0"/> <element name="shapeMetadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> <element name="bulkyMetadata" type="{http://xml.vidispine.com/schema/vidispine}BulkyMetadataType"/> <element name="oldBulkyMetadata" type="{http://xml.vidispine.com/schema/vidispine}BulkyMetadataType" minOccurs="0"/> <element name="targetId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BulkyMetadataType |
bulkyMetadata |
protected MetadataType |
metadata |
protected BulkyMetadataType |
oldBulkyMetadata |
protected MetadataListType |
oldMetadata |
protected List<ShapeType> |
shape |
protected SimpleMetadataType |
shapeMetadata |
protected String |
targetId |
Constructor and Description |
---|
MetadataWrapperType() |
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() |
BulkyMetadataType |
getBulkyMetadata()
Gets the value of the bulkyMetadata property.
|
MetadataType |
getMetadata()
Gets the value of the metadata property.
|
BulkyMetadataType |
getOldBulkyMetadata()
Gets the value of the oldBulkyMetadata property.
|
MetadataListType |
getOldMetadata()
Gets the value of the oldMetadata property.
|
List<ShapeType> |
getShape()
Gets the value of the shape property.
|
SimpleMetadataType |
getShapeMetadata()
Gets the value of the shapeMetadata property.
|
String |
getTargetId()
Gets the value of the targetId property.
|
boolean |
isSetBulkyMetadata() |
boolean |
isSetMetadata() |
boolean |
isSetOldBulkyMetadata() |
boolean |
isSetOldMetadata() |
boolean |
isSetShape() |
boolean |
isSetShapeMetadata() |
boolean |
isSetTargetId() |
void |
setBulkyMetadata(BulkyMetadataType value)
Sets the value of the bulkyMetadata property.
|
void |
setMetadata(MetadataType value)
Sets the value of the metadata property.
|
void |
setOldBulkyMetadata(BulkyMetadataType value)
Sets the value of the oldBulkyMetadata property.
|
void |
setOldMetadata(MetadataListType value)
Sets the value of the oldMetadata property.
|
void |
setShapeMetadata(SimpleMetadataType value)
Sets the value of the shapeMetadata property.
|
void |
setTargetId(String value)
Sets the value of the targetId property.
|
void |
unsetShape() |
protected MetadataType metadata
protected MetadataListType oldMetadata
protected SimpleMetadataType shapeMetadata
protected BulkyMetadataType bulkyMetadata
protected BulkyMetadataType oldBulkyMetadata
protected String targetId
public MetadataType getMetadata()
MetadataType
public void setMetadata(MetadataType value)
value
- allowed object is
MetadataType
public boolean isSetMetadata()
public MetadataListType getOldMetadata()
MetadataListType
public void setOldMetadata(MetadataListType value)
value
- allowed object is
MetadataListType
public boolean isSetOldMetadata()
public List<ShapeType> getShape()
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 shape property.
For example, to add a new item, do as follows:
getShape().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeType
public boolean isSetShape()
public void unsetShape()
public SimpleMetadataType getShapeMetadata()
SimpleMetadataType
public void setShapeMetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetShapeMetadata()
public BulkyMetadataType getBulkyMetadata()
BulkyMetadataType
public void setBulkyMetadata(BulkyMetadataType value)
value
- allowed object is
BulkyMetadataType
public boolean isSetBulkyMetadata()
public BulkyMetadataType getOldBulkyMetadata()
BulkyMetadataType
public void setOldBulkyMetadata(BulkyMetadataType value)
value
- allowed object is
BulkyMetadataType
public boolean isSetOldBulkyMetadata()
public String getTargetId()
String
public void setTargetId(String value)
value
- allowed object is
String
public boolean isSetTargetId()
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.