public class DatasetType extends Object
Java class for datasetType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="datasetType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="policy" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}policyType" minOccurs="0"/>
<element name="defaultValues" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/>
<element name="forceValues" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/>
<element name="createValues" type="{http://lsc-project.org/XSD/lsc-core-2.1.xsd}valuesType" minOccurs="0"/>
<element name="delimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DatasetType() |
| Modifier and Type | Method and Description |
|---|---|
ValuesType |
getCreateValues()
Gets the value of the createValues property.
|
ValuesType |
getDefaultValues()
Gets the value of the defaultValues property.
|
String |
getDelimiter()
Gets the value of the delimiter property.
|
ValuesType |
getForceValues()
Gets the value of the forceValues property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
PolicyType |
getPolicy()
Gets the value of the policy property.
|
void |
setCreateValues(ValuesType value)
Sets the value of the createValues property.
|
void |
setDefaultValues(ValuesType value)
Sets the value of the defaultValues property.
|
void |
setDelimiter(String value)
Sets the value of the delimiter property.
|
void |
setForceValues(ValuesType value)
Sets the value of the forceValues property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPolicy(PolicyType value)
Sets the value of the policy property.
|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic PolicyType getPolicy()
PolicyTypepublic void setPolicy(PolicyType value)
value - allowed object is
PolicyTypepublic ValuesType getDefaultValues()
ValuesTypepublic void setDefaultValues(ValuesType value)
value - allowed object is
ValuesTypepublic ValuesType getForceValues()
ValuesTypepublic void setForceValues(ValuesType value)
value - allowed object is
ValuesTypepublic ValuesType getCreateValues()
ValuesTypepublic void setCreateValues(ValuesType value)
value - allowed object is
ValuesTypepublic String getDelimiter()
Stringpublic void setDelimiter(String value)
value - allowed object is
StringCopyright © 2005-2025 LSC project. All Rights Reserved.