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() |
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
Stringpublic boolean isSetId()
public XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetCreated()
public Integer getEssenceVersion()
Integerpublic void setEssenceVersion(Integer value)
value - allowed object is
Integerpublic 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()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic 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()
ContainerComponentTypepublic void setContainerComponent(ContainerComponentType value)
value - allowed object is
ContainerComponentTypepublic 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()
SimpleMetadataTypepublic void setMetadata(SimpleMetadataType value)
value - allowed object is
SimpleMetadataTypepublic 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.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 ShapeType withCreated(XMLGregorianCalendar value)
public ShapeType withTag(Collection<String> values)
public ShapeType withMimeType(Collection<String> values)
public ShapeType withBinaryComponent(BinaryComponentType... values)
public ShapeType withBinaryComponent(Collection<BinaryComponentType> values)
public ShapeType withContainerComponent(ContainerComponentType value)
public ShapeType withAudioComponent(AudioComponentType... values)
public ShapeType withAudioComponent(Collection<AudioComponentType> values)
public ShapeType withVideoComponent(VideoComponentType... values)
public ShapeType withVideoComponent(Collection<VideoComponentType> values)
public ShapeType withMetadata(SimpleMetadataType value)
public ShapeType withItem(ShapeType.Item... values)
public ShapeType withItem(Collection<ShapeType.Item> values)
Copyright © 2015. All rights reserved.