public static class TimelineJobRequestType.Stream.Input extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="stream" type="{http://www.w3.org/2001/XMLSchema}unsignedShort"/> <element name="interval" type="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TimelineJobRequestType.Stream.Input.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected TimeIntervalType |
interval |
protected int |
stream |
protected String |
uri |
Constructor and Description |
---|
Input() |
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() |
TimeIntervalType |
getInterval()
Gets the value of the interval property.
|
int |
getStream()
Gets the value of the stream property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetInterval() |
boolean |
isSetStream() |
boolean |
isSetUri() |
void |
setInterval(TimeIntervalType value)
Sets the value of the interval property.
|
void |
setStream(int value)
Sets the value of the stream property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
TimelineJobRequestType.Stream.Input |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
TimelineJobRequestType.Stream.Input |
withInterval(TimeIntervalType value) |
TimelineJobRequestType.Stream.Input |
withStream(int value) |
TimelineJobRequestType.Stream.Input |
withUri(String value) |
protected String uri
protected int stream
protected TimeIntervalType interval
public String getUri()
String
public void setUri(String value)
value
- allowed object is
String
public boolean isSetUri()
public int getStream()
public void setStream(int value)
public boolean isSetStream()
public TimeIntervalType getInterval()
TimeIntervalType
public void setInterval(TimeIntervalType value)
value
- allowed object is
TimeIntervalType
public boolean isSetInterval()
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 TimelineJobRequestType.Stream.Input withUri(String value)
public TimelineJobRequestType.Stream.Input withStream(int value)
public TimelineJobRequestType.Stream.Input withInterval(TimeIntervalType value)
public TimelineJobRequestType.Stream.Input visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.