public class ShapeType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ShapeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="created" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="essenceVersion" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="uuid" type="{http://xml.vidispine.com/schema/vidispine}UUIDType" minOccurs="0"/> <element name="binaryComponent" type="{http://xml.vidispine.com/schema/vidispine}BinaryComponentType" maxOccurs="unbounded" minOccurs="0"/> <element name="containerComponent" type="{http://xml.vidispine.com/schema/vidispine}ContainerComponentType" minOccurs="0"/> <element name="audioComponent" type="{http://xml.vidispine.com/schema/vidispine}AudioComponentType" maxOccurs="unbounded" minOccurs="0"/> <element name="videoComponent" type="{http://xml.vidispine.com/schema/vidispine}VideoComponentType" maxOccurs="unbounded" minOccurs="0"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> <element name="item" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ShapeType.Item
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<AudioComponentType> |
audioComponent |
protected List<BinaryComponentType> |
binaryComponent |
protected ContainerComponentType |
containerComponent |
protected XMLGregorianCalendar |
created |
protected Integer |
essenceVersion |
protected String |
id |
protected List<ShapeType.Item> |
item |
protected SimpleMetadataType |
metadata |
protected List<String> |
mimeType |
protected List<String> |
tag |
protected String |
uuid |
protected List<VideoComponentType> |
videoComponent |
Constructor and Description |
---|
ShapeType() |
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<AudioComponentType> |
getAudioComponent()
Gets the value of the audioComponent property.
|
List<BinaryComponentType> |
getBinaryComponent()
Gets the value of the binaryComponent property.
|
ContainerComponentType |
getContainerComponent()
Gets the value of the containerComponent property.
|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
Integer |
getEssenceVersion()
Gets the value of the essenceVersion property.
|
String |
getId()
Gets the value of the id property.
|
List<ShapeType.Item> |
getItem()
Gets the value of the item property.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
List<String> |
getMimeType()
Gets the value of the mimeType property.
|
List<String> |
getTag()
Gets the value of the tag property.
|
String |
getUuid()
Gets the value of the uuid property.
|
List<VideoComponentType> |
getVideoComponent()
Gets the value of the videoComponent property.
|
boolean |
isSetAudioComponent() |
boolean |
isSetBinaryComponent() |
boolean |
isSetContainerComponent() |
boolean |
isSetCreated() |
boolean |
isSetEssenceVersion() |
boolean |
isSetId() |
boolean |
isSetItem() |
boolean |
isSetMetadata() |
boolean |
isSetMimeType() |
boolean |
isSetTag() |
boolean |
isSetUuid() |
boolean |
isSetVideoComponent() |
void |
setContainerComponent(ContainerComponentType value)
Sets the value of the containerComponent property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setEssenceVersion(Integer value)
Sets the value of the essenceVersion property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
void |
unsetAudioComponent() |
void |
unsetBinaryComponent() |
void |
unsetItem() |
void |
unsetMimeType() |
void |
unsetTag() |
void |
unsetVideoComponent() |
protected String id
protected XMLGregorianCalendar created
protected Integer essenceVersion
protected String uuid
protected List<BinaryComponentType> binaryComponent
protected ContainerComponentType containerComponent
protected List<AudioComponentType> audioComponent
protected List<VideoComponentType> videoComponent
protected SimpleMetadataType metadata
protected List<ShapeType.Item> item
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public XMLGregorianCalendar getCreated()
XMLGregorianCalendar
public void setCreated(XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public boolean isSetCreated()
public Integer getEssenceVersion()
Integer
public void setEssenceVersion(Integer value)
value
- allowed object is
Integer
public boolean isSetEssenceVersion()
public List<String> getTag()
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 tag property.
For example, to add a new item, do as follows:
getTag().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetTag()
public void unsetTag()
public List<String> getMimeType()
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 mimeType property.
For example, to add a new item, do as follows:
getMimeType().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetMimeType()
public void unsetMimeType()
public String getUuid()
String
public void setUuid(String value)
value
- allowed object is
String
public boolean isSetUuid()
public List<BinaryComponentType> getBinaryComponent()
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 binaryComponent property.
For example, to add a new item, do as follows:
getBinaryComponent().add(newItem);
Objects of the following type(s) are allowed in the list
BinaryComponentType
public boolean isSetBinaryComponent()
public void unsetBinaryComponent()
public ContainerComponentType getContainerComponent()
ContainerComponentType
public void setContainerComponent(ContainerComponentType value)
value
- allowed object is
ContainerComponentType
public boolean isSetContainerComponent()
public List<AudioComponentType> getAudioComponent()
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 audioComponent property.
For example, to add a new item, do as follows:
getAudioComponent().add(newItem);
Objects of the following type(s) are allowed in the list
AudioComponentType
public boolean isSetAudioComponent()
public void unsetAudioComponent()
public List<VideoComponentType> getVideoComponent()
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 videoComponent property.
For example, to add a new item, do as follows:
getVideoComponent().add(newItem);
Objects of the following type(s) are allowed in the list
VideoComponentType
public boolean isSetVideoComponent()
public void unsetVideoComponent()
public SimpleMetadataType getMetadata()
SimpleMetadataType
public void setMetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetMetadata()
public List<ShapeType.Item> getItem()
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 item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
ShapeType.Item
public boolean isSetItem()
public void unsetItem()
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.