Class ShapeType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
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="subtitleComponent" type="{http://xml.vidispine.com/schema/vidispine}SubtitleComponentType" 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>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex typestatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AudioComponentType>
protected List<BinaryComponentType>
protected ContainerComponentType
protected XMLGregorianCalendar
protected List<DescriptorComponentType>
protected Integer
protected String
protected List<ShapeType.Item>
protected SimpleMetadataType
protected List<SubtitleComponentType>
protected String
protected List<VideoComponentType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the audioComponent property.Gets the value of the binaryComponent property.Gets the value of the containerComponent property.Gets the value of the created property.Gets the value of the descriptorComponent property.Gets the value of the essenceVersion property.getId()
Gets the value of the id property.getItem()
Gets the value of the item property.Gets the value of the metadata property.Gets the value of the mimeType property.Gets the value of the subtitleComponent property.getTag()
Gets the value of the tag property.getUuid()
Gets the value of the uuid property.Gets the value of the videoComponent property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
isSetTag()
boolean
boolean
void
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
Sets the value of the id property.void
setMetadata
(SimpleMetadataType value) Sets the value of the metadata property.void
Sets the value of the uuid property.toString()
void
void
void
void
void
void
void
unsetTag()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withAudioComponent
(AudioComponentType... values) Adds objects to the list of AudioComponent using add methodAdds objects to the list of AudioComponent using addAll methodwithBinaryComponent
(BinaryComponentType... values) Adds objects to the list of BinaryComponent using add methodAdds objects to the list of BinaryComponent using addAll methodSets the value of the containerComponent property.withCreated
(XMLGregorianCalendar value) Sets the value of the created property.withDescriptorComponent
(DescriptorComponentType... values) Adds objects to the list of DescriptorComponent using add methodAdds objects to the list of DescriptorComponent using addAll methodwithEssenceVersion
(Integer value) Sets the value of the essenceVersion property.Sets the value of the id property.withItem
(ShapeType.Item... values) Adds objects to the list of Item using add methodwithItem
(Collection<ShapeType.Item> values) Adds objects to the list of Item using addAll methodwithMetadata
(SimpleMetadataType value) Sets the value of the metadata property.withMimeType
(String... values) Adds objects to the list of MimeType using add methodwithMimeType
(Collection<String> values) Adds objects to the list of MimeType using addAll methodwithSubtitleComponent
(SubtitleComponentType... values) Adds objects to the list of SubtitleComponent using add methodAdds objects to the list of SubtitleComponent using addAll methodAdds objects to the list of Tag using add methodwithTag
(Collection<String> values) Adds objects to the list of Tag using addAll methodSets the value of the uuid property.withVideoComponent
(VideoComponentType... values) Adds objects to the list of VideoComponent using add methodAdds objects to the list of VideoComponent using addAll method
-
Field Details
-
id
-
created
-
essenceVersion
-
tag
-
mimeType
-
uuid
-
binaryComponent
-
containerComponent
-
descriptorComponent
-
audioComponent
-
videoComponent
-
subtitleComponent
-
metadata
-
item
-
-
Constructor Details
-
ShapeType
public ShapeType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getCreated
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
Sets the value of the created property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
isSetCreated
public boolean isSetCreated() -
getEssenceVersion
Gets the value of the essenceVersion property.- Returns:
- possible object is
Integer
-
setEssenceVersion
Sets the value of the essenceVersion property.- Parameters:
value
- allowed object isInteger
-
isSetEssenceVersion
public boolean isSetEssenceVersion() -
getTag
Gets the value of the tag property.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
- Returns:
- The value of the tag property.
-
isSetTag
public boolean isSetTag() -
unsetTag
public void unsetTag() -
getMimeType
Gets the value of the mimeType property.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
- Returns:
- The value of the mimeType property.
-
isSetMimeType
public boolean isSetMimeType() -
unsetMimeType
public void unsetMimeType() -
getUuid
Gets the value of the uuid property.- Returns:
- possible object is
String
-
setUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
-
isSetUuid
public boolean isSetUuid() -
getBinaryComponent
Gets the value of the binaryComponent property.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
- Returns:
- The value of the binaryComponent property.
-
isSetBinaryComponent
public boolean isSetBinaryComponent() -
unsetBinaryComponent
public void unsetBinaryComponent() -
getContainerComponent
Gets the value of the containerComponent property.- Returns:
- possible object is
ContainerComponentType
-
setContainerComponent
Sets the value of the containerComponent property.- Parameters:
value
- allowed object isContainerComponentType
-
isSetContainerComponent
public boolean isSetContainerComponent() -
getDescriptorComponent
Gets the value of the descriptorComponent property.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
- Returns:
- The value of the descriptorComponent property.
-
isSetDescriptorComponent
public boolean isSetDescriptorComponent() -
unsetDescriptorComponent
public void unsetDescriptorComponent() -
getAudioComponent
Gets the value of the audioComponent property.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
- Returns:
- The value of the audioComponent property.
-
isSetAudioComponent
public boolean isSetAudioComponent() -
unsetAudioComponent
public void unsetAudioComponent() -
getVideoComponent
Gets the value of the videoComponent property.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
- Returns:
- The value of the videoComponent property.
-
isSetVideoComponent
public boolean isSetVideoComponent() -
unsetVideoComponent
public void unsetVideoComponent() -
getSubtitleComponent
Gets the value of the subtitleComponent property.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 subtitleComponent property.For example, to add a new item, do as follows:
getSubtitleComponent().add(newItem);
Objects of the following type(s) are allowed in the list
SubtitleComponentType
- Returns:
- The value of the subtitleComponent property.
-
isSetSubtitleComponent
public boolean isSetSubtitleComponent() -
unsetSubtitleComponent
public void unsetSubtitleComponent() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getItem
Gets the value of the item property.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
- Returns:
- The value of the item property.
-
isSetItem
public boolean isSetItem() -
unsetItem
public void unsetItem() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCreated
Sets the value of the created property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- Returns:
- The class instance
-
withEssenceVersion
Sets the value of the essenceVersion property.- Parameters:
value
- allowed object isInteger
- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using add method- Parameters:
values
- objects to add to the list Tag- Returns:
- The class instance
-
withTag
Adds objects to the list of Tag using addAll method- Parameters:
values
- objects to add to the list Tag- Returns:
- The class instance
-
withMimeType
Adds objects to the list of MimeType using add method- Parameters:
values
- objects to add to the list MimeType- Returns:
- The class instance
-
withMimeType
Adds objects to the list of MimeType using addAll method- Parameters:
values
- objects to add to the list MimeType- Returns:
- The class instance
-
withUuid
Sets the value of the uuid property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withBinaryComponent
Adds objects to the list of BinaryComponent using add method- Parameters:
values
- objects to add to the list BinaryComponent- Returns:
- The class instance
-
withBinaryComponent
Adds objects to the list of BinaryComponent using addAll method- Parameters:
values
- objects to add to the list BinaryComponent- Returns:
- The class instance
-
withContainerComponent
Sets the value of the containerComponent property.- Parameters:
value
- allowed object isContainerComponentType
- Returns:
- The class instance
-
withDescriptorComponent
Adds objects to the list of DescriptorComponent using add method- Parameters:
values
- objects to add to the list DescriptorComponent- Returns:
- The class instance
-
withDescriptorComponent
Adds objects to the list of DescriptorComponent using addAll method- Parameters:
values
- objects to add to the list DescriptorComponent- Returns:
- The class instance
-
withAudioComponent
Adds objects to the list of AudioComponent using add method- Parameters:
values
- objects to add to the list AudioComponent- Returns:
- The class instance
-
withAudioComponent
Adds objects to the list of AudioComponent using addAll method- Parameters:
values
- objects to add to the list AudioComponent- Returns:
- The class instance
-
withVideoComponent
Adds objects to the list of VideoComponent using add method- Parameters:
values
- objects to add to the list VideoComponent- Returns:
- The class instance
-
withVideoComponent
Adds objects to the list of VideoComponent using addAll method- Parameters:
values
- objects to add to the list VideoComponent- Returns:
- The class instance
-
withSubtitleComponent
Adds objects to the list of SubtitleComponent using add method- Parameters:
values
- objects to add to the list SubtitleComponent- Returns:
- The class instance
-
withSubtitleComponent
Adds objects to the list of SubtitleComponent using addAll method- Parameters:
values
- objects to add to the list SubtitleComponent- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withItem
Adds objects to the list of Item using add method- Parameters:
values
- objects to add to the list Item- Returns:
- The class instance
-
withItem
Adds objects to the list of Item using addAll method- Parameters:
values
- objects to add to the list Item- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-