public static class WaveformDataType.Value extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}double" maxOccurs="unbounded" minOccurs="0"/>
<element name="stream" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="channel" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="itemTrack" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="fileId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" maxOccurs="unbounded" minOccurs="0"/>
<element name="filePath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
WaveformDataType.Value.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
channel |
protected List<Double> |
data |
protected List<String> |
fileId |
protected List<String> |
filePath |
protected String |
itemTrack |
protected Integer |
stream |
| Constructor and Description |
|---|
Value() |
| 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() |
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.EqualsStrategy strategy) |
Integer |
getChannel()
Gets the value of the channel property.
|
List<Double> |
getData()
Gets the value of the data property.
|
List<String> |
getFileId()
Gets the value of the fileId property.
|
List<String> |
getFilePath()
Gets the value of the filePath property.
|
String |
getItemTrack()
Gets the value of the itemTrack property.
|
Integer |
getStream()
Gets the value of the stream property.
|
boolean |
isSetChannel() |
boolean |
isSetData() |
boolean |
isSetFileId() |
boolean |
isSetFilePath() |
boolean |
isSetItemTrack() |
boolean |
isSetStream() |
void |
setChannel(Integer value)
Sets the value of the channel property.
|
void |
setItemTrack(String value)
Sets the value of the itemTrack property.
|
void |
setStream(Integer value)
Sets the value of the stream property.
|
void |
unsetData() |
void |
unsetFileId() |
void |
unsetFilePath() |
WaveformDataType.Value |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
WaveformDataType.Value |
withChannel(Integer value) |
WaveformDataType.Value |
withData(Collection<Double> values) |
WaveformDataType.Value |
withData(Double... values) |
WaveformDataType.Value |
withFileId(Collection<String> values) |
WaveformDataType.Value |
withFileId(String... values) |
WaveformDataType.Value |
withFilePath(Collection<String> values) |
WaveformDataType.Value |
withFilePath(String... values) |
WaveformDataType.Value |
withItemTrack(String value) |
WaveformDataType.Value |
withStream(Integer value) |
protected Integer stream
protected Integer channel
protected String itemTrack
public List<Double> getData()
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 data property.
For example, to add a new item, do as follows:
getData().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public boolean isSetData()
public void unsetData()
public Integer getStream()
Integerpublic void setStream(Integer value)
value - allowed object is
Integerpublic boolean isSetStream()
public Integer getChannel()
Integerpublic void setChannel(Integer value)
value - allowed object is
Integerpublic boolean isSetChannel()
public String getItemTrack()
Stringpublic void setItemTrack(String value)
value - allowed object is
Stringpublic boolean isSetItemTrack()
public List<String> getFileId()
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 fileId property.
For example, to add a new item, do as follows:
getFileId().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetFileId()
public void unsetFileId()
public List<String> getFilePath()
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 filePath property.
For example, to add a new item, do as follows:
getFilePath().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetFilePath()
public void unsetFilePath()
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 WaveformDataType.Value withData(Double... values)
public WaveformDataType.Value withData(Collection<Double> values)
public WaveformDataType.Value withStream(Integer value)
public WaveformDataType.Value withChannel(Integer value)
public WaveformDataType.Value withItemTrack(String value)
public WaveformDataType.Value withFileId(String... values)
public WaveformDataType.Value withFileId(Collection<String> values)
public WaveformDataType.Value withFilePath(String... values)
public WaveformDataType.Value withFilePath(Collection<String> values)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic WaveformDataType.Value visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.