public class TaskType extends Object
Java class for taskType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="taskType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}ID"/> <element name="bean" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cleanHook" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="syncHook" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <choice> <element name="databaseSourceService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}databaseSourceServiceType"/> <element name="googleAppsSourceService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}googleAppsServiceType"/> <element name="ldapSourceService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapSourceServiceType"/> <element name="asyncLdapSourceService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}asyncLdapSourceServiceType"/> <element name="pluginSourceService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}pluginSourceServiceType"/> </choice> <choice> <element name="databaseDestinationService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}databaseDestinationServiceType"/> <element name="googleAppsDestinationService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}googleAppsServiceType"/> <element name="ldapDestinationService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}ldapDestinationServiceType"/> <element name="multiDestinationService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}multiDestinationServiceType"/> <element name="xaFileDestinationService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}xaFileDestinationServiceType"/> <element name="pluginDestinationService" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}pluginDestinationServiceType"/> </choice> <choice> <element name="propertiesBasedSyncOptions" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}propertiesBasedSyncOptionsType"/> <element name="forceSyncOptions" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}forceSyncOptionsType"/> <element name="pluginSyncOptions" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}pluginSyncOptionsType"/> </choice> <element name="customLibrary" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/> <element name="scriptInclude" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/> <element name="auditLog" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="reference" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
TaskType.AuditLog
Java class for anonymous complex type.
|
Constructor and Description |
---|
TaskType() |
Modifier and Type | Method and Description |
---|---|
AsyncLdapSourceServiceType |
getAsyncLdapSourceService()
Gets the value of the asyncLdapSourceService property.
|
List<TaskType.AuditLog> |
getAuditLog()
Gets the value of the auditLog property.
|
String |
getBean()
Gets the value of the bean property.
|
String |
getCleanHook()
Gets the value of the cleanHook property.
|
ValuesType |
getCustomLibrary()
Gets the value of the customLibrary property.
|
DatabaseDestinationServiceType |
getDatabaseDestinationService()
Gets the value of the databaseDestinationService property.
|
DatabaseSourceServiceType |
getDatabaseSourceService()
Gets the value of the databaseSourceService property.
|
ForceSyncOptionsType |
getForceSyncOptions()
Gets the value of the forceSyncOptions property.
|
GoogleAppsServiceType |
getGoogleAppsDestinationService()
Gets the value of the googleAppsDestinationService property.
|
GoogleAppsServiceType |
getGoogleAppsSourceService()
Gets the value of the googleAppsSourceService property.
|
String |
getId()
Gets the value of the id property.
|
LdapDestinationServiceType |
getLdapDestinationService()
Gets the value of the ldapDestinationService property.
|
LdapSourceServiceType |
getLdapSourceService()
Gets the value of the ldapSourceService property.
|
MultiDestinationServiceType |
getMultiDestinationService()
Gets the value of the multiDestinationService property.
|
String |
getName()
Gets the value of the name property.
|
PluginDestinationServiceType |
getPluginDestinationService()
Gets the value of the pluginDestinationService property.
|
PluginSourceServiceType |
getPluginSourceService()
Gets the value of the pluginSourceService property.
|
PluginSyncOptionsType |
getPluginSyncOptions()
Gets the value of the pluginSyncOptions property.
|
PropertiesBasedSyncOptionsType |
getPropertiesBasedSyncOptions()
Gets the value of the propertiesBasedSyncOptions property.
|
ValuesType |
getScriptInclude()
Gets the value of the scriptInclude property.
|
String |
getSyncHook()
Gets the value of the syncHook property.
|
XaFileDestinationServiceType |
getXaFileDestinationService()
Gets the value of the xaFileDestinationService property.
|
void |
setAsyncLdapSourceService(AsyncLdapSourceServiceType value)
Sets the value of the asyncLdapSourceService property.
|
void |
setBean(String value)
Sets the value of the bean property.
|
void |
setCleanHook(String value)
Sets the value of the cleanHook property.
|
void |
setCustomLibrary(ValuesType value)
Sets the value of the customLibrary property.
|
void |
setDatabaseDestinationService(DatabaseDestinationServiceType value)
Sets the value of the databaseDestinationService property.
|
void |
setDatabaseSourceService(DatabaseSourceServiceType value)
Sets the value of the databaseSourceService property.
|
void |
setForceSyncOptions(ForceSyncOptionsType value)
Sets the value of the forceSyncOptions property.
|
void |
setGoogleAppsDestinationService(GoogleAppsServiceType value)
Sets the value of the googleAppsDestinationService property.
|
void |
setGoogleAppsSourceService(GoogleAppsServiceType value)
Sets the value of the googleAppsSourceService property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLdapDestinationService(LdapDestinationServiceType value)
Sets the value of the ldapDestinationService property.
|
void |
setLdapSourceService(LdapSourceServiceType value)
Sets the value of the ldapSourceService property.
|
void |
setMultiDestinationService(MultiDestinationServiceType value)
Sets the value of the multiDestinationService property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPluginDestinationService(PluginDestinationServiceType value)
Sets the value of the pluginDestinationService property.
|
void |
setPluginSourceService(PluginSourceServiceType value)
Sets the value of the pluginSourceService property.
|
void |
setPluginSyncOptions(PluginSyncOptionsType value)
Sets the value of the pluginSyncOptions property.
|
void |
setPropertiesBasedSyncOptions(PropertiesBasedSyncOptionsType value)
Sets the value of the propertiesBasedSyncOptions property.
|
void |
setScriptInclude(ValuesType value)
Sets the value of the scriptInclude property.
|
void |
setSyncHook(String value)
Sets the value of the syncHook property.
|
void |
setXaFileDestinationService(XaFileDestinationServiceType value)
Sets the value of the xaFileDestinationService property.
|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getBean()
String
public void setBean(String value)
value
- allowed object is
String
public String getCleanHook()
String
public void setCleanHook(String value)
value
- allowed object is
String
public String getSyncHook()
String
public void setSyncHook(String value)
value
- allowed object is
String
public DatabaseSourceServiceType getDatabaseSourceService()
DatabaseSourceServiceType
public void setDatabaseSourceService(DatabaseSourceServiceType value)
value
- allowed object is
DatabaseSourceServiceType
public GoogleAppsServiceType getGoogleAppsSourceService()
GoogleAppsServiceType
public void setGoogleAppsSourceService(GoogleAppsServiceType value)
value
- allowed object is
GoogleAppsServiceType
public LdapSourceServiceType getLdapSourceService()
LdapSourceServiceType
public void setLdapSourceService(LdapSourceServiceType value)
value
- allowed object is
LdapSourceServiceType
public AsyncLdapSourceServiceType getAsyncLdapSourceService()
AsyncLdapSourceServiceType
public void setAsyncLdapSourceService(AsyncLdapSourceServiceType value)
value
- allowed object is
AsyncLdapSourceServiceType
public PluginSourceServiceType getPluginSourceService()
PluginSourceServiceType
public void setPluginSourceService(PluginSourceServiceType value)
value
- allowed object is
PluginSourceServiceType
public DatabaseDestinationServiceType getDatabaseDestinationService()
DatabaseDestinationServiceType
public void setDatabaseDestinationService(DatabaseDestinationServiceType value)
value
- allowed object is
DatabaseDestinationServiceType
public GoogleAppsServiceType getGoogleAppsDestinationService()
GoogleAppsServiceType
public void setGoogleAppsDestinationService(GoogleAppsServiceType value)
value
- allowed object is
GoogleAppsServiceType
public LdapDestinationServiceType getLdapDestinationService()
LdapDestinationServiceType
public void setLdapDestinationService(LdapDestinationServiceType value)
value
- allowed object is
LdapDestinationServiceType
public MultiDestinationServiceType getMultiDestinationService()
MultiDestinationServiceType
public void setMultiDestinationService(MultiDestinationServiceType value)
value
- allowed object is
MultiDestinationServiceType
public XaFileDestinationServiceType getXaFileDestinationService()
XaFileDestinationServiceType
public void setXaFileDestinationService(XaFileDestinationServiceType value)
value
- allowed object is
XaFileDestinationServiceType
public PluginDestinationServiceType getPluginDestinationService()
PluginDestinationServiceType
public void setPluginDestinationService(PluginDestinationServiceType value)
value
- allowed object is
PluginDestinationServiceType
public PropertiesBasedSyncOptionsType getPropertiesBasedSyncOptions()
PropertiesBasedSyncOptionsType
public void setPropertiesBasedSyncOptions(PropertiesBasedSyncOptionsType value)
value
- allowed object is
PropertiesBasedSyncOptionsType
public ForceSyncOptionsType getForceSyncOptions()
ForceSyncOptionsType
public void setForceSyncOptions(ForceSyncOptionsType value)
value
- allowed object is
ForceSyncOptionsType
public PluginSyncOptionsType getPluginSyncOptions()
PluginSyncOptionsType
public void setPluginSyncOptions(PluginSyncOptionsType value)
value
- allowed object is
PluginSyncOptionsType
public ValuesType getCustomLibrary()
ValuesType
public void setCustomLibrary(ValuesType value)
value
- allowed object is
ValuesType
public ValuesType getScriptInclude()
ValuesType
public void setScriptInclude(ValuesType value)
value
- allowed object is
ValuesType
public List<TaskType.AuditLog> getAuditLog()
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 auditLog property.
For example, to add a new item, do as follows:
getAuditLog().add(newItem);
Objects of the following type(s) are allowed in the list
TaskType.AuditLog
Copyright © 2005-2024 LSC project. All Rights Reserved.