public class FileSynchronizationCustomMethodType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FileSynchronizationCustomMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FileSynchronizationCustomMethodType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="bean" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="additionalParameters" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SimpleMetadataType |
additionalParameters |
protected String |
bean |
Constructor and Description |
---|
FileSynchronizationCustomMethodType() |
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() |
SimpleMetadataType |
getAdditionalParameters()
Gets the value of the additionalParameters property.
|
String |
getBean()
Gets the value of the bean property.
|
boolean |
isSetAdditionalParameters() |
boolean |
isSetBean() |
void |
setAdditionalParameters(SimpleMetadataType value)
Sets the value of the additionalParameters property.
|
void |
setBean(String value)
Sets the value of the bean property.
|
protected String bean
protected SimpleMetadataType additionalParameters
public String getBean()
String
public void setBean(String value)
value
- allowed object is
String
public boolean isSetBean()
public SimpleMetadataType getAdditionalParameters()
SimpleMetadataType
public void setAdditionalParameters(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetAdditionalParameters()
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 © 2016. All rights reserved.