public class ProjectVersionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ProjectVersionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProjectVersionType"> <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="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"/> <element name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="sequence" type="{http://xml.vidispine.com/schema/vidispine}SequenceType" maxOccurs="unbounded" minOccurs="0"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}MetadataType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ProjectVersionType.Item
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected List<ProjectVersionType.Item> |
item |
protected MetadataType |
metadata |
protected List<SequenceType> |
sequence |
Constructor and Description |
---|
ProjectVersionType() |
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() |
String |
getId()
Gets the value of the id property.
|
List<ProjectVersionType.Item> |
getItem()
Gets the value of the item property.
|
MetadataType |
getMetadata()
Gets the value of the metadata property.
|
List<SequenceType> |
getSequence()
Gets the value of the sequence property.
|
boolean |
isSetId() |
boolean |
isSetItem() |
boolean |
isSetMetadata() |
boolean |
isSetSequence() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setMetadata(MetadataType value)
Sets the value of the metadata property.
|
void |
unsetItem() |
void |
unsetSequence() |
protected String id
protected List<ProjectVersionType.Item> item
protected List<SequenceType> sequence
protected MetadataType metadata
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public List<ProjectVersionType.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
ProjectVersionType.Item
public boolean isSetItem()
public void unsetItem()
public List<SequenceType> getSequence()
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 sequence property.
For example, to add a new item, do as follows:
getSequence().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceType
public boolean isSetSequence()
public void unsetSequence()
public MetadataType getMetadata()
MetadataType
public void setMetadata(MetadataType value)
value
- allowed object is
MetadataType
public boolean isSetMetadata()
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 © 2016. All rights reserved.