Package org.openforis.collect.mondrian
Class Schema.Parameter
- java.lang.Object
-
- org.openforis.collect.mondrian.Schema.Parameter
-
- Enclosing class:
- Schema
public static class Schema.Parameter extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="String"/> <enumeration value="Numeric"/> <enumeration value="Integer"/> <enumeration value="Boolean"/> <enumeration value="Date"/> <enumeration value="Time"/> <enumeration value="Timestamp"/> <enumeration value="Member"/> </restriction> </simpleType> </attribute> <attribute name="modifiable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="defaultValue" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdefaultValueprotected Stringdescriptionprotected Booleanmodifiableprotected Stringnameprotected Stringtype
-
Constructor Summary
Constructors Constructor Description Parameter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()Gets the value of the defaultValue property.StringgetDescription()Gets the value of the description property.StringgetName()Gets the value of the name property.StringgetType()Gets the value of the type property.booleanisModifiable()Gets the value of the modifiable property.voidsetDefaultValue(String value)Sets the value of the defaultValue property.voidsetDescription(String value)Sets the value of the description property.voidsetModifiable(Boolean value)Sets the value of the modifiable property.voidsetName(String value)Sets the value of the name property.voidsetType(String value)Sets the value of the type property.
-
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isModifiable
public boolean isModifiable()
Gets the value of the modifiable property.- Returns:
- possible object is
Boolean
-
setModifiable
public void setModifiable(Boolean value)
Sets the value of the modifiable property.- Parameters:
value- allowed object isBoolean
-
getDefaultValue
public String getDefaultValue()
Gets the value of the defaultValue property.- Returns:
- possible object is
String
-
-