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() |
MetadataWrapperType |
withBulkyMetadata(BulkyMetadataType value) |
MetadataWrapperType |
withMetadata(MetadataType value) |
MetadataWrapperType |
withOldBulkyMetadata(BulkyMetadataType value) |
MetadataWrapperType |
withOldMetadata(MetadataListType value) |
MetadataWrapperType |
withShape(Collection<ShapeType> values) |
MetadataWrapperType |
withShape(ShapeType... values) |
MetadataWrapperType |
withShapeMetadata(SimpleMetadataType value) |
MetadataWrapperType |
withTargetId(String value) |
protected MetadataType metadata
protected MetadataListType oldMetadata
protected SimpleMetadataType shapeMetadata
protected BulkyMetadataType bulkyMetadata
protected BulkyMetadataType oldBulkyMetadata
protected String targetId
public MetadataType getMetadata()
MetadataTypepublic void setMetadata(MetadataType value)
value - allowed object is
MetadataTypepublic boolean isSetMetadata()
public MetadataListType getOldMetadata()
MetadataListTypepublic void setOldMetadata(MetadataListType value)
value - allowed object is
MetadataListTypepublic 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()
SimpleMetadataTypepublic void setShapeMetadata(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic boolean isSetShapeMetadata()
public BulkyMetadataType getBulkyMetadata()
BulkyMetadataTypepublic void setBulkyMetadata(BulkyMetadataType value)
value - allowed object is
BulkyMetadataTypepublic boolean isSetBulkyMetadata()
public BulkyMetadataType getOldBulkyMetadata()
BulkyMetadataTypepublic void setOldBulkyMetadata(BulkyMetadataType value)
value - allowed object is
BulkyMetadataTypepublic boolean isSetOldBulkyMetadata()
public String getTargetId()
Stringpublic void setTargetId(String value)
value - allowed object is
Stringpublic boolean isSetTargetId()
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 MetadataWrapperType withMetadata(MetadataType value)
public MetadataWrapperType withOldMetadata(MetadataListType value)
public MetadataWrapperType withShape(ShapeType... values)
public MetadataWrapperType withShape(Collection<ShapeType> values)
public MetadataWrapperType withShapeMetadata(SimpleMetadataType value)
public MetadataWrapperType withBulkyMetadata(BulkyMetadataType value)
public MetadataWrapperType withOldBulkyMetadata(BulkyMetadataType value)
public MetadataWrapperType withTargetId(String value)
Copyright © 2015. All rights reserved.