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()
String
public void setName(String value)
value
- allowed object is
String
public PolicyType getPolicy()
PolicyType
public void setPolicy(PolicyType value)
value
- allowed object is
PolicyType
public ValuesType getDefaultValues()
ValuesType
public void setDefaultValues(ValuesType value)
value
- allowed object is
ValuesType
public ValuesType getForceValues()
ValuesType
public void setForceValues(ValuesType value)
value
- allowed object is
ValuesType
public ValuesType getCreateValues()
ValuesType
public void setCreateValues(ValuesType value)
value
- allowed object is
ValuesType
public String getDelimiter()
String
public void setDelimiter(String value)
value
- allowed object is
String
Copyright © 2005-2024 LSC project. All Rights Reserved.