public class ConformSegmentType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
Java class for ConformSegmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConformSegmentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="source" type="{http://xml.vidispine.com/schema/vidispine}ConformSourceType"/> <element name="destination" type="{http://xml.vidispine.com/schema/vidispine}ConformDestinationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ConformSegmentType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected ConformDestinationType |
destination |
protected ConformSourceType |
source |
Constructor and Description |
---|
ConformSegmentType() |
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) |
ConformDestinationType |
getDestination()
Gets the value of the destination property.
|
ConformSourceType |
getSource()
Gets the value of the source property.
|
boolean |
isSetDestination() |
boolean |
isSetSource() |
void |
setDestination(ConformDestinationType value)
Sets the value of the destination property.
|
void |
setSource(ConformSourceType value)
Sets the value of the source property.
|
ConformSegmentType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ConformSegmentType |
withDestination(ConformDestinationType value) |
ConformSegmentType |
withSource(ConformSourceType value) |
protected ConformSourceType source
protected ConformDestinationType destination
public ConformSourceType getSource()
ConformSourceType
public void setSource(ConformSourceType value)
value
- allowed object is
ConformSourceType
public boolean isSetSource()
public ConformDestinationType getDestination()
ConformDestinationType
public void setDestination(ConformDestinationType value)
value
- allowed object is
ConformDestinationType
public boolean isSetDestination()
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 ConformSegmentType withSource(ConformSourceType value)
public ConformSegmentType withDestination(ConformDestinationType 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.Equals
public ConformSegmentType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.