public class SequenceDefinitionType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for sequenceDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sequenceDefinitionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sequenceMetadata" type="{http://xml.vidispine.com/schema/vidispine}SequenceMetaDataType" minOccurs="0"/> <element name="fileSequence" type="{http://xml.vidispine.com/schema/vidispine}FileSequestionDefinitionType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
SequenceDefinitionType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected FileSequestionDefinitionType |
fileSequence |
protected SequenceMetaDataType |
sequenceMetadata |
Constructor and Description |
---|
SequenceDefinitionType() |
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() |
FileSequestionDefinitionType |
getFileSequence()
Gets the value of the fileSequence property.
|
SequenceMetaDataType |
getSequenceMetadata()
Gets the value of the sequenceMetadata property.
|
boolean |
isSetFileSequence() |
boolean |
isSetSequenceMetadata() |
void |
setFileSequence(FileSequestionDefinitionType value)
Sets the value of the fileSequence property.
|
void |
setSequenceMetadata(SequenceMetaDataType value)
Sets the value of the sequenceMetadata property.
|
SequenceDefinitionType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
SequenceDefinitionType |
withFileSequence(FileSequestionDefinitionType value) |
SequenceDefinitionType |
withSequenceMetadata(SequenceMetaDataType value) |
protected SequenceMetaDataType sequenceMetadata
protected FileSequestionDefinitionType fileSequence
public SequenceMetaDataType getSequenceMetadata()
SequenceMetaDataType
public void setSequenceMetadata(SequenceMetaDataType value)
value
- allowed object is
SequenceMetaDataType
public boolean isSetSequenceMetadata()
public FileSequestionDefinitionType getFileSequence()
FileSequestionDefinitionType
public void setFileSequence(FileSequestionDefinitionType value)
value
- allowed object is
FileSequestionDefinitionType
public boolean isSetFileSequence()
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 SequenceDefinitionType withSequenceMetadata(SequenceMetaDataType value)
public SequenceDefinitionType withFileSequence(FileSequestionDefinitionType value)
public SequenceDefinitionType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.