public class PluginSyncOptionsType extends SyncOptionsType
Java class for pluginSyncOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pluginSyncOptionsType"> <complexContent> <extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}syncOptionsType"> <sequence> <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="configurationClass" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="implementationClass" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Constructor and Description |
---|
PluginSyncOptionsType() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getConfigurationClass()
Gets the value of the configurationClass property.
|
String |
getImplementationClass()
Gets the value of the implementationClass property.
|
void |
setConfigurationClass(String value)
Sets the value of the configurationClass property.
|
void |
setImplementationClass(String value)
Sets the value of the implementationClass property.
|
getId, getMainIdentifier, setId, setMainIdentifier
public List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
public String getConfigurationClass()
String
public void setConfigurationClass(String value)
value
- allowed object is
String
public String getImplementationClass()
String
Copyright © 2005-2024 LSC project. All Rights Reserved.