Package org.openforis.collect.mondrian
Class Schema.UserDefinedFunction
java.lang.Object
org.openforis.collect.mondrian.Schema.UserDefinedFunction
- Enclosing class:
Schema
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="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the className property.getName()Gets the value of the name property.voidsetClassName(String value) Sets the value of the className property.voidSets the value of the name property.
-
Field Details
-
name
-
className
-
-
Constructor Details
-
UserDefinedFunction
public UserDefinedFunction()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getClassName
Gets the value of the className property.- Returns:
- possible object is
String
-
setClassName
Sets the value of the className property.- Parameters:
value- allowed object isString
-