public class SchemaViewerForm
extends org.apache.struts.action.ActionForm
Constructor and Description |
---|
SchemaViewerForm()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBreadCrumbs()
Gets the breadCrumbs attribute of the SchemaViewerForm object
|
boolean |
getDefIsBuiltin() |
boolean |
getDefIsEnumeration() |
boolean |
getDefIsUnion() |
java.lang.String |
getDisplaySchemaNode()
Gets the displaySchemaNode attribute of the SchemaViewerForm object
|
java.lang.String |
getDisplayType()
Gets the displayType attribute of the SchemaViewerForm object
|
java.util.List |
getEnumerationOptions() |
org.apache.struts.util.LabelValueBean[] |
getEnumerationOptions(java.lang.String xpath)
Gets the enumerationOptions attribute of the SchemaViewerForm object
|
MetaDataFramework |
getFramework()
Gets the globalDef attribute of the SchemaViewerForm object
|
java.lang.String |
getFrameworkName()
Gets the globalDef attribute of the SchemaViewerForm object
|
java.util.List |
getFrameworks()
Gets the frameworks attribute of the SchemaViewerForm object
|
GlobalDef |
getGlobalDef()
Gets the globalDef attribute of the SchemaViewerForm object
|
java.lang.String |
getHeadElement() |
boolean |
getIsComplexType() |
boolean |
getIsSimpleType() |
java.lang.String |
getMinimalTree()
Gets the minimalTree attribute of the SchemaViewerForm object
|
java.lang.String |
getPath()
Gets the path attribute of the SchemaViewerForm object
|
java.lang.String |
getPrettyTypeElement()
Gets the prettyTypeElement attribute of the SchemaViewerForm object
|
java.util.Map |
getReport() |
java.lang.String |
getReportFunction() |
java.lang.String[] |
getReportFunctions() |
SchemaHelper |
getSchemaHelper()
Gets the schemaHelper attribute of the SchemaViewerForm object
|
SchemaNode |
getSchemaNode()
Gets the schemaNode attribute of the SchemaViewerForm object
|
boolean |
getSchemaNodeIsAttribute() |
boolean |
getSchemaNodeIsElement() |
boolean |
getSchemaNodeIsRequired() |
java.lang.String |
getSchemaNodeName() |
java.lang.String[] |
getSelectedFrameworks() |
org.apache.struts.util.LabelValueBean[] |
getSelectOptions(java.lang.String xpath)
Gets the selectOptions attribute of the SchemaViewerForm object
|
java.util.List |
getSubstitutionGroupMembers() |
java.lang.String |
getTypeElement()
Gets the typeElement attribute of the SchemaViewerForm object
|
java.lang.String |
getTypeName()
Gets the typeName attribute of the SchemaViewerForm object
|
java.lang.String[] |
getUnionMembers() |
MetadataVocab |
getVocab()
Gets the vocab attribute of the SchemaViewerForm object
|
protected void |
prtln(java.lang.String s)
Output a line of text to standard out, with datestamp, if debug is set to
true.
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
setFramework(MetaDataFramework mdf)
Sets the framework attribute of the SchemaViewerForm object
|
void |
setFrameworkName(java.lang.String val)
Sets the framework attribute of the SchemaViewerForm object
|
void |
setFrameworks(java.util.List list)
Sets the frameworks attribute of the SchemaViewerForm object
|
void |
setGlobalDef(GlobalDef def)
Sets the globalDef attribute of the SchemaViewerForm object
|
void |
setPath(java.lang.String path)
Sets the path attribute of the SchemaViewerForm object
|
void |
setReport(java.util.Map rpt) |
void |
setReportFunction(java.lang.String fn) |
void |
setSchemaHelper(SchemaHelper schemaHelper)
Sets the schemaHelper attribute of the SchemaViewerForm object
|
void |
setSchemaNode(SchemaNode schemaNode)
Sets the schemaNode attribute of the SchemaViewerForm object
|
void |
setSelectedFrameworks(java.lang.String[] sf) |
void |
setTypeName(java.lang.String s) |
void |
setVocab(MetadataVocab vocab)
Constructor for the setVocab object
|
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
public java.lang.String[] getReportFunctions()
public java.lang.String getReportFunction()
public void setReportFunction(java.lang.String fn)
public java.util.Map getReport()
public void setReport(java.util.Map rpt)
public java.util.List getFrameworks()
public void setFrameworks(java.util.List list)
list
- The new frameworks valuepublic java.lang.String[] getSelectedFrameworks()
public void setSelectedFrameworks(java.lang.String[] sf)
public java.lang.String getDisplayType()
public java.lang.String getDisplaySchemaNode()
public java.lang.String getPath()
public void setPath(java.lang.String path)
path
- The new path valuepublic java.lang.String getTypeName()
public void setTypeName(java.lang.String s)
public SchemaNode getSchemaNode()
public java.lang.String getSchemaNodeName()
public void setSchemaNode(SchemaNode schemaNode)
schemaNode
- The new schemaNode valueeadpublic boolean getSchemaNodeIsRequired()
public boolean getSchemaNodeIsAttribute()
public boolean getSchemaNodeIsElement()
public java.util.List getSubstitutionGroupMembers()
public java.lang.String getHeadElement()
public GlobalDef getGlobalDef()
public void setGlobalDef(GlobalDef def)
def
- The new globalDef valuepublic boolean getIsSimpleType()
public boolean getIsComplexType()
public boolean getDefIsEnumeration()
public boolean getDefIsUnion()
public boolean getDefIsBuiltin()
public MetaDataFramework getFramework()
public void setFramework(MetaDataFramework mdf)
mdf
- The new framework valuepublic java.lang.String getFrameworkName()
public void setFrameworkName(java.lang.String val)
val
- The new framework valuepublic java.lang.String getTypeElement()
public java.lang.String getPrettyTypeElement()
public java.lang.String getMinimalTree()
public java.lang.String getBreadCrumbs()
public void setSchemaHelper(SchemaHelper schemaHelper)
schemaHelper
- The new schemaHelper valuepublic SchemaHelper getSchemaHelper()
public void setVocab(MetadataVocab vocab)
vocab
- public MetadataVocab getVocab()
public java.lang.String[] getUnionMembers()
public java.util.List getEnumerationOptions()
public org.apache.struts.util.LabelValueBean[] getEnumerationOptions(java.lang.String xpath)
xpath
- Description of the Parameterpublic org.apache.struts.util.LabelValueBean[] getSelectOptions(java.lang.String xpath)
xpath
- Description of the Parameterprotected final void prtln(java.lang.String s)
s
- The String that will be output.