public class ClipType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ClipType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClipType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="subClip" type="{http://xml.vidispine.com/schema/vidispine}SubClipType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="track" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected Integer |
stream |
protected List<SubClipType> |
subClip |
protected Integer |
track |
protected String |
uri |
| Constructor and Description |
|---|
ClipType() |
| 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.
|
int |
getStream()
Gets the value of the stream property.
|
List<SubClipType> |
getSubClip()
Gets the value of the subClip property.
|
int |
getTrack()
Gets the value of the track property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetId() |
boolean |
isSetStream() |
boolean |
isSetSubClip() |
boolean |
isSetTrack() |
boolean |
isSetUri() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setStream(int value)
Sets the value of the stream property.
|
void |
setTrack(int value)
Sets the value of the track property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
void |
unsetStream() |
void |
unsetSubClip() |
void |
unsetTrack() |
ClipType |
withId(String value) |
ClipType |
withStream(int value) |
ClipType |
withSubClip(Collection<SubClipType> values) |
ClipType |
withSubClip(SubClipType... values) |
ClipType |
withTrack(int value) |
ClipType |
withUri(String value) |
protected List<SubClipType> subClip
protected String uri
protected Integer stream
protected String id
protected Integer track
public List<SubClipType> getSubClip()
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 subClip property.
For example, to add a new item, do as follows:
getSubClip().add(newItem);
Objects of the following type(s) are allowed in the list
SubClipType
public boolean isSetSubClip()
public void unsetSubClip()
public void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public int getStream()
Integerpublic void setStream(int value)
value - allowed object is
Integerpublic boolean isSetStream()
public void unsetStream()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public int getTrack()
Integerpublic void setTrack(int value)
value - allowed object is
Integerpublic boolean isSetTrack()
public void unsetTrack()
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 ClipType withSubClip(SubClipType... values)
public ClipType withSubClip(Collection<SubClipType> values)
public ClipType withStream(int value)
public ClipType withTrack(int value)
Copyright © 2015. All rights reserved.