Package com.vidispine.generated
Class ComplexJobOutputFormatType.Dms1Source
- java.lang.Object
-
- com.vidispine.generated.ComplexJobOutputFormatType.Dms1Source
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- ComplexJobOutputFormatType
public static class ComplexJobOutputFormatType.Dms1Source extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexJobOutputFormatType.Dms1Source.PropInfo
-
Constructor Summary
Constructors Constructor Description Dms1Source()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
Integer
getDemuxerId()
Gets the value of the demuxerId property.DMS1Type
getMetadata()
Gets the value of the metadata property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ComplexJobOutputFormatType.Dms1Source
withDemuxerId(Integer value)
ComplexJobOutputFormatType.Dms1Source
withMetadata(DMS1Type value)
-
-
-
Method Detail
-
getDemuxerId
public Integer getDemuxerId()
Gets the value of the demuxerId property.- Returns:
- possible object is
Integer
-
setDemuxerId
public void setDemuxerId(Integer value)
Sets the value of the demuxerId property.- Parameters:
value
- allowed object isInteger
-
isSetDemuxerId
public boolean isSetDemuxerId()
-
getMetadata
public DMS1Type getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
DMS1Type
-
setMetadata
public void setMetadata(DMS1Type value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isDMS1Type
-
isSetMetadata
public boolean isSetMetadata()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withDemuxerId
public ComplexJobOutputFormatType.Dms1Source withDemuxerId(Integer value)
-
withMetadata
public ComplexJobOutputFormatType.Dms1Source withMetadata(DMS1Type value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public ComplexJobOutputFormatType.Dms1Source visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-