public static class ComplexJobOutputFormatType.Dms1Source 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">
<choice>
<element name="demuxerId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}DMS1Type"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
demuxerId |
protected DMS1Type |
metadata |
| Constructor and Description |
|---|
ComplexJobOutputFormatType.Dms1Source() |
| 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() |
Integer |
getDemuxerId()
Gets the value of the demuxerId property.
|
DMS1Type |
getMetadata()
Gets the value of the metadata property.
|
boolean |
isSetDemuxerId() |
boolean |
isSetMetadata() |
void |
setDemuxerId(Integer value)
Sets the value of the demuxerId property.
|
void |
setMetadata(DMS1Type value)
Sets the value of the metadata property.
|
ComplexJobOutputFormatType.Dms1Source |
withDemuxerId(Integer value) |
ComplexJobOutputFormatType.Dms1Source |
withMetadata(DMS1Type value) |
public ComplexJobOutputFormatType.Dms1Source()
public Integer getDemuxerId()
Integerpublic void setDemuxerId(Integer value)
value - allowed object is
Integerpublic boolean isSetDemuxerId()
public DMS1Type getMetadata()
DMS1Typepublic void setMetadata(DMS1Type value)
value - allowed object is
DMS1Typepublic boolean isSetMetadata()
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 ComplexJobOutputFormatType.Dms1Source withDemuxerId(Integer value)
public ComplexJobOutputFormatType.Dms1Source withMetadata(DMS1Type value)
Copyright © 2015. All rights reserved.