Class WaveformDataType.Value
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
- Enclosing class:
- WaveformDataType
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the channel property.getData()Gets the value of the data property.Gets the value of the fileId property.Gets the value of the filePath property.Gets the value of the itemTrack property.Gets the value of the stream property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanbooleanvoidsetChannel(Integer value) Sets the value of the channel property.voidsetItemTrack(String value) Sets the value of the itemTrack property.voidSets the value of the stream property.toString()voidvoidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withChannel(Integer value) Sets the value of the channel property.Adds objects to the list of Data using add methodwithData(Collection<Double> values) Adds objects to the list of Data using addAll methodwithFileId(String... values) Adds objects to the list of FileId using add methodwithFileId(Collection<String> values) Adds objects to the list of FileId using addAll methodwithFilePath(String... values) Adds objects to the list of FilePath using add methodwithFilePath(Collection<String> values) Adds objects to the list of FilePath using addAll methodwithItemTrack(String value) Sets the value of the itemTrack property.withStream(Integer value) Sets the value of the stream property.
-
Field Details
-
data
-
stream
-
channel
-
itemTrack
-
fileId
-
filePath
-
-
Constructor Details
-
Value
public Value()
-
-
Method Details
-
getData
Gets the value of the data 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
setmethod 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- Returns:
- The value of the data property.
-
isSetData
public boolean isSetData() -
unsetData
public void unsetData() -
getStream
Gets the value of the stream property.- Returns:
- possible object is
Integer
-
setStream
Sets the value of the stream property.- Parameters:
value- allowed object isInteger
-
isSetStream
public boolean isSetStream() -
getChannel
Gets the value of the channel property.- Returns:
- possible object is
Integer
-
setChannel
Sets the value of the channel property.- Parameters:
value- allowed object isInteger
-
isSetChannel
public boolean isSetChannel() -
getItemTrack
Gets the value of the itemTrack property.- Returns:
- possible object is
String
-
setItemTrack
Sets the value of the itemTrack property.- Parameters:
value- allowed object isString
-
isSetItemTrack
public boolean isSetItemTrack() -
getFileId
Gets the value of the fileId 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
setmethod 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- Returns:
- The value of the fileId property.
-
isSetFileId
public boolean isSetFileId() -
unsetFileId
public void unsetFileId() -
getFilePath
Gets the value of the filePath 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
setmethod 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- Returns:
- The value of the filePath property.
-
isSetFilePath
public boolean isSetFilePath() -
unsetFilePath
public void unsetFilePath() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withData
Adds objects to the list of Data using add method- Parameters:
values- objects to add to the list Data- Returns:
- The class instance
-
withData
Adds objects to the list of Data using addAll method- Parameters:
values- objects to add to the list Data- Returns:
- The class instance
-
withStream
Sets the value of the stream property.- Parameters:
value- allowed object isInteger- Returns:
- The class instance
-
withChannel
Sets the value of the channel property.- Parameters:
value- allowed object isInteger- Returns:
- The class instance
-
withItemTrack
Sets the value of the itemTrack property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withFileId
Adds objects to the list of FileId using add method- Parameters:
values- objects to add to the list FileId- Returns:
- The class instance
-
withFileId
Adds objects to the list of FileId using addAll method- Parameters:
values- objects to add to the list FileId- Returns:
- The class instance
-
withFilePath
Adds objects to the list of FilePath using add method- Parameters:
values- objects to add to the list FilePath- Returns:
- The class instance
-
withFilePath
Adds objects to the list of FilePath using addAll method- Parameters:
values- objects to add to the list FilePath- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-