public class PropertiesBasedSyncOptionsType extends SyncOptionsType
Java class for propertiesBasedSyncOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="propertiesBasedSyncOptionsType"> <complexContent> <extension base="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}syncOptionsType"> <sequence> <element name="defaultDelimiter" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="defaultPolicy" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}policyType"/> <element name="conditions" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}conditionsType" minOccurs="0"/> <element name="dataset" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}datasetType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor and Description |
---|
PropertiesBasedSyncOptionsType() |
Modifier and Type | Method and Description |
---|---|
ConditionsType |
getConditions()
Gets the value of the conditions property.
|
List<DatasetType> |
getDataset()
Gets the value of the dataset property.
|
String |
getDefaultDelimiter()
Gets the value of the defaultDelimiter property.
|
PolicyType |
getDefaultPolicy()
Gets the value of the defaultPolicy property.
|
void |
setConditions(ConditionsType value)
Sets the value of the conditions property.
|
void |
setDefaultDelimiter(String value)
Sets the value of the defaultDelimiter property.
|
void |
setDefaultPolicy(PolicyType value)
Sets the value of the defaultPolicy property.
|
getId, getMainIdentifier, setId, setMainIdentifier
public String getDefaultDelimiter()
String
public void setDefaultDelimiter(String value)
value
- allowed object is
String
public PolicyType getDefaultPolicy()
PolicyType
public void setDefaultPolicy(PolicyType value)
value
- allowed object is
PolicyType
public ConditionsType getConditions()
ConditionsType
public void setConditions(ConditionsType value)
value
- allowed object is
ConditionsType
public List<DatasetType> getDataset()
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 dataset property.
For example, to add a new item, do as follows:
getDataset().add(newItem);
Objects of the following type(s) are allowed in the list
DatasetType
Copyright © 2005-2024 LSC project. All Rights Reserved.