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="descriptorComponent" type="{http://xml.vidispine.com/schema/vidispine}DescriptorComponentType" maxOccurs="unbounded" 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.
|
static class |
ShapeType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected List<AudioComponentType> |
audioComponent |
protected List<BinaryComponentType> |
binaryComponent |
protected ContainerComponentType |
containerComponent |
protected XMLGregorianCalendar |
created |
protected List<DescriptorComponentType> |
descriptorComponent |
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<DescriptorComponentType> descriptorComponent
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<DescriptorComponentType> getDescriptorComponent()
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 descriptorComponent property.
For example, to add a new item, do as follows:
getDescriptorComponent().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptorComponentType
public boolean isSetDescriptorComponent()
public void unsetDescriptorComponent()
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
public 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 withDescriptorComponent(DescriptorComponentType... values)
public ShapeType withDescriptorComponent(Collection<DescriptorComponentType> values)
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)
public ShapeType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.