Package com.vidispine.generated
Class DescriptorComponentType
- java.lang.Object
-
- com.vidispine.generated.ComponentType
-
- com.vidispine.generated.DescriptorComponentType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class DescriptorComponentType extends ComponentType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for DescriptorComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DescriptorComponentType"> <complexContent> <extension base="{http://xml.vidispine.com/schema/vidispine}ComponentType"> <sequence> <element name="description" maxOccurs="unbounded" minOccurs="0"> <complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </simpleContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DescriptorComponentType.Description
Java class for anonymous complex type.static class
DescriptorComponentType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<DescriptorComponentType.Description>
description
-
Fields inherited from class com.vidispine.generated.ComponentType
file, id, metadata
-
-
Constructor Summary
Constructors Constructor Description DescriptorComponentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
List<DescriptorComponentType.Description>
getDescription()
Gets the value of the description property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetDescription()
void
unsetDescription()
DescriptorComponentType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
DescriptorComponentType
withDescription(DescriptorComponentType.Description... values)
DescriptorComponentType
withDescription(Collection<DescriptorComponentType.Description> values)
DescriptorComponentType
withFile(FileType... values)
DescriptorComponentType
withFile(Collection<FileType> values)
DescriptorComponentType
withId(String value)
DescriptorComponentType
withMetadata(KeyValuePairType... values)
DescriptorComponentType
withMetadata(Collection<KeyValuePairType> values)
-
Methods inherited from class com.vidispine.generated.ComponentType
getFile, getId, getMetadata, isSetFile, isSetId, isSetMetadata, setId, unsetFile, unsetMetadata
-
-
-
-
Field Detail
-
description
protected List<DescriptorComponentType.Description> description
-
-
Method Detail
-
getDescription
public List<DescriptorComponentType.Description> getDescription()
Gets the value of the description 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 description property.For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptorComponentType.Description
-
isSetDescription
public boolean isSetDescription()
-
unsetDescription
public void unsetDescription()
-
clone
public Object clone()
- Overrides:
clone
in classComponentType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classComponentType
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classComponentType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classComponentType
-
withDescription
public DescriptorComponentType withDescription(DescriptorComponentType.Description... values)
-
withDescription
public DescriptorComponentType withDescription(Collection<DescriptorComponentType.Description> values)
-
withFile
public DescriptorComponentType withFile(FileType... values)
- Overrides:
withFile
in classComponentType
-
withFile
public DescriptorComponentType withFile(Collection<FileType> values)
- Overrides:
withFile
in classComponentType
-
withId
public DescriptorComponentType withId(String value)
- Overrides:
withId
in classComponentType
-
withMetadata
public DescriptorComponentType withMetadata(KeyValuePairType... values)
- Overrides:
withMetadata
in classComponentType
-
withMetadata
public DescriptorComponentType withMetadata(Collection<KeyValuePairType> values)
- Overrides:
withMetadata
in classComponentType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
- Overrides:
equals
in classComponentType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classComponentType
-
visit
public DescriptorComponentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classComponentType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
- Overrides:
hashCode
in classComponentType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classComponentType
-
-