public class ConformSourceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for ConformSourceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConformSourceType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/> <element name="interval" type="{http://xml.vidispine.com/schema/vidispine}ConformIntervalType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ConformSourceType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected ConformIntervalType |
interval |
Constructor and Description |
---|
ConformSourceType() |
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.
|
ConformIntervalType |
getInterval()
Gets the value of the interval property.
|
boolean |
isSetId() |
boolean |
isSetInterval() |
void |
setId(String value)
Sets the value of the id property.
|
void |
setInterval(ConformIntervalType value)
Sets the value of the interval property.
|
ConformSourceType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ConformSourceType |
withId(String value) |
ConformSourceType |
withInterval(ConformIntervalType value) |
protected String id
protected ConformIntervalType interval
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public ConformIntervalType getInterval()
ConformIntervalType
public void setInterval(ConformIntervalType value)
value
- allowed object is
ConformIntervalType
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 ConformSourceType withId(String value)
public ConformSourceType withInterval(ConformIntervalType value)
public ConformSourceType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.