public class ConformSegmentType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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 | 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() |
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 |
withDestination(ConformDestinationType value) |
ConformSegmentType |
withSource(ConformSourceType value) |
protected ConformSourceType source
protected ConformDestinationType destination
public ConformSourceType getSource()
ConformSourceTypepublic void setSource(ConformSourceType value)
value - allowed object is
ConformSourceTypepublic boolean isSetSource()
public ConformDestinationType getDestination()
ConformDestinationTypepublic void setDestination(ConformDestinationType value)
value - allowed object is
ConformDestinationTypepublic boolean isSetDestination()
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 ConformSegmentType withSource(ConformSourceType value)
public ConformSegmentType withDestination(ConformDestinationType value)
Copyright © 2015. All rights reserved.