public static class SimpleTimelineType.Source 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="sequence" type="{http://www.w3.org/2001/XMLSchema}int"/>
<choice>
<element name="uri" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="siteId" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
</choice>
<element name="interval" type="{http://xml.vidispine.com/schema/vidispine}TimeIntervalType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleTimelineType.Source.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected TimeIntervalType |
interval |
protected int |
sequence |
protected String |
siteId |
protected String |
uri |
| Constructor and Description |
|---|
Source() |
| 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) |
TimeIntervalType |
getInterval()
Gets the value of the interval property.
|
int |
getSequence()
Gets the value of the sequence property.
|
String |
getSiteId()
Gets the value of the siteId property.
|
String |
getUri()
Gets the value of the uri property.
|
boolean |
isSetInterval() |
boolean |
isSetSequence() |
boolean |
isSetSiteId() |
boolean |
isSetUri() |
void |
setInterval(TimeIntervalType value)
Sets the value of the interval property.
|
void |
setSequence(int value)
Sets the value of the sequence property.
|
void |
setSiteId(String value)
Sets the value of the siteId property.
|
void |
setUri(String value)
Sets the value of the uri property.
|
SimpleTimelineType.Source |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SimpleTimelineType.Source |
withInterval(TimeIntervalType value) |
SimpleTimelineType.Source |
withSequence(int value) |
SimpleTimelineType.Source |
withSiteId(String value) |
SimpleTimelineType.Source |
withUri(String value) |
protected int sequence
protected String uri
protected String siteId
protected TimeIntervalType interval
public int getSequence()
public void setSequence(int value)
public boolean isSetSequence()
public String getUri()
Stringpublic void setUri(String value)
value - allowed object is
Stringpublic boolean isSetUri()
public String getSiteId()
Stringpublic void setSiteId(String value)
value - allowed object is
Stringpublic boolean isSetSiteId()
public TimeIntervalType getInterval()
TimeIntervalTypepublic void setInterval(TimeIntervalType value)
value - allowed object is
TimeIntervalTypepublic boolean isSetInterval()
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 SimpleTimelineType.Source withSequence(int value)
public SimpleTimelineType.Source withUri(String value)
public SimpleTimelineType.Source withSiteId(String value)
public SimpleTimelineType.Source withInterval(TimeIntervalType value)
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 SimpleTimelineType.Source visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.