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 | Class and Description |
---|---|
static class |
ClipType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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 String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public int getStream()
Integer
public void setStream(int value)
value
- allowed object is
Integer
public boolean isSetStream()
public void unsetStream()
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public int getTrack()
Integer
public void setTrack(int value)
value
- allowed object is
Integer
public boolean isSetTrack()
public void unsetTrack()
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 ClipType withSubClip(SubClipType... values)
public ClipType withSubClip(Collection<SubClipType> values)
public ClipType withStream(int value)
public ClipType withTrack(int value)
public ClipType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.