public class FileSynchronizationMethodType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileSynchronizationMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSynchronizationMethodType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="uri" type="{http://xml.vidispine.com/schema/vidispine}FileSynchronizationUriMethodType"/> <element name="custom" type="{http://xml.vidispine.com/schema/vidispine}FileSynchronizationCustomMethodType"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FileSynchronizationCustomMethodType |
custom |
protected FileSynchronizationUriMethodType |
uri |
Constructor and Description |
---|
FileSynchronizationMethodType() |
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() |
FileSynchronizationCustomMethodType |
getCustom()
Gets the value of the custom property.
|
FileSynchronizationUriMethodType |
getUri()
Gets the value of the uri property.
|
boolean |
isSetCustom() |
boolean |
isSetUri() |
void |
setCustom(FileSynchronizationCustomMethodType value)
Sets the value of the custom property.
|
void |
setUri(FileSynchronizationUriMethodType value)
Sets the value of the uri property.
|
protected FileSynchronizationUriMethodType uri
protected FileSynchronizationCustomMethodType custom
public FileSynchronizationUriMethodType getUri()
FileSynchronizationUriMethodType
public void setUri(FileSynchronizationUriMethodType value)
value
- allowed object is
FileSynchronizationUriMethodType
public boolean isSetUri()
public FileSynchronizationCustomMethodType getCustom()
FileSynchronizationCustomMethodType
public void setCustom(FileSynchronizationCustomMethodType value)
value
- allowed object is
FileSynchronizationCustomMethodType
public boolean isSetCustom()
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
Copyright © 2015. All rights reserved.