org.decisiondeck.jmcda.persist.xmcda2.generated
Interface XMethodParameters

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
XMethodParametersImpl

public interface XMethodParameters
extends XmlObject

An XML methodParameters(@http://www.decision-deck.org/2009/XMCDA-2.1.0). This is a complex type.


Nested Class Summary
static class XMethodParameters.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 void addApproach(String approach)
          Appends the value as the last "approach" element
 void addMethodology(String methodology)
          Appends the value as the last "methodology" element
 XmlString addNewApproach()
          Appends and returns a new empty value (as xml) as the last "approach" element
 XDescription addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 XmlString addNewMethodology()
          Appends and returns a new empty value (as xml) as the last "methodology" element
 XParameter addNewParameter()
          Appends and returns a new empty value (as xml) as the last "parameter" element
 XParameters addNewParameters()
          Appends and returns a new empty value (as xml) as the last "parameters" element
 XmlString addNewProblematique()
          Appends and returns a new empty value (as xml) as the last "problematique" element
 void addProblematique(String problematique)
          Appends the value as the last "problematique" element
 String[] getApproachArray()
          Deprecated.  
 String getApproachArray(int i)
          Gets ith "approach" element
 List<String> getApproachList()
          Gets a List of "approach" elements
 XDescription[] getDescriptionArray()
          Deprecated.  
 XDescription getDescriptionArray(int i)
          Gets ith "description" element
 List<XDescription> getDescriptionList()
          Gets a List of "description" elements
 String getId()
          Gets the "id" attribute
 String getMcdaConcept()
          Gets the "mcdaConcept" attribute
 String[] getMethodologyArray()
          Deprecated.  
 String getMethodologyArray(int i)
          Gets ith "methodology" element
 List<String> getMethodologyList()
          Gets a List of "methodology" elements
 String getName()
          Gets the "name" attribute
 XParameter[] getParameterArray()
          Deprecated.  
 XParameter getParameterArray(int i)
          Gets ith "parameter" element
 List<XParameter> getParameterList()
          Gets a List of "parameter" elements
 XParameters[] getParametersArray()
          Deprecated.  
 XParameters getParametersArray(int i)
          Gets ith "parameters" element
 List<XParameters> getParametersList()
          Gets a List of "parameters" elements
 String[] getProblematiqueArray()
          Deprecated.  
 String getProblematiqueArray(int i)
          Gets ith "problematique" element
 List<String> getProblematiqueList()
          Gets a List of "problematique" elements
 void insertApproach(int i, String approach)
          Inserts the value as the ith "approach" element
 void insertMethodology(int i, String methodology)
          Inserts the value as the ith "methodology" element
 XmlString insertNewApproach(int i)
          Inserts and returns a new empty value (as xml) as the ith "approach" element
 XDescription insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 XmlString insertNewMethodology(int i)
          Inserts and returns a new empty value (as xml) as the ith "methodology" element
 XParameter insertNewParameter(int i)
          Inserts and returns a new empty value (as xml) as the ith "parameter" element
 XParameters insertNewParameters(int i)
          Inserts and returns a new empty value (as xml) as the ith "parameters" element
 XmlString insertNewProblematique(int i)
          Inserts and returns a new empty value (as xml) as the ith "problematique" element
 void insertProblematique(int i, String problematique)
          Inserts the value as the ith "problematique" element
 boolean isSetId()
          True if has "id" attribute
 boolean isSetMcdaConcept()
          True if has "mcdaConcept" attribute
 boolean isSetName()
          True if has "name" attribute
 void removeApproach(int i)
          Removes the ith "approach" element
 void removeDescription(int i)
          Removes the ith "description" element
 void removeMethodology(int i)
          Removes the ith "methodology" element
 void removeParameter(int i)
          Removes the ith "parameter" element
 void removeParameters(int i)
          Removes the ith "parameters" element
 void removeProblematique(int i)
          Removes the ith "problematique" element
 void setApproachArray(int i, String approach)
          Sets ith "approach" element
 void setApproachArray(String[] approachArray)
          Sets array of all "approach" element
 void setDescriptionArray(int i, XDescription description)
          Sets ith "description" element
 void setDescriptionArray(XDescription[] descriptionArray)
          Sets array of all "description" element
 void setId(String id)
          Sets the "id" attribute
 void setMcdaConcept(String mcdaConcept)
          Sets the "mcdaConcept" attribute
 void setMethodologyArray(int i, String methodology)
          Sets ith "methodology" element
 void setMethodologyArray(String[] methodologyArray)
          Sets array of all "methodology" element
 void setName(String name)
          Sets the "name" attribute
 void setParameterArray(int i, XParameter parameter)
          Sets ith "parameter" element
 void setParameterArray(XParameter[] parameterArray)
          Sets array of all "parameter" element
 void setParametersArray(int i, XParameters parameters)
          Sets ith "parameters" element
 void setParametersArray(XParameters[] parametersArray)
          Sets array of all "parameters" element
 void setProblematiqueArray(int i, String problematique)
          Sets ith "problematique" element
 void setProblematiqueArray(String[] problematiqueArray)
          Sets array of all "problematique" element
 int sizeOfApproachArray()
          Returns number of "approach" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 int sizeOfMethodologyArray()
          Returns number of "methodology" element
 int sizeOfParameterArray()
          Returns number of "parameter" element
 int sizeOfParametersArray()
          Returns number of "parameters" element
 int sizeOfProblematiqueArray()
          Returns number of "problematique" element
 void unsetId()
          Unsets the "id" attribute
 void unsetMcdaConcept()
          Unsets the "mcdaConcept" attribute
 void unsetName()
          Unsets the "name" attribute
 XmlString[] xgetApproachArray()
          Deprecated.  
 XmlString xgetApproachArray(int i)
          Gets (as xml) ith "approach" element
 List<XmlString> xgetApproachList()
          Gets (as xml) a List of "approach" elements
 XmlString xgetId()
          Gets (as xml) the "id" attribute
 XmlString xgetMcdaConcept()
          Gets (as xml) the "mcdaConcept" attribute
 XmlString[] xgetMethodologyArray()
          Deprecated.  
 XmlString xgetMethodologyArray(int i)
          Gets (as xml) ith "methodology" element
 List<XmlString> xgetMethodologyList()
          Gets (as xml) a List of "methodology" elements
 XmlString xgetName()
          Gets (as xml) the "name" attribute
 XmlString[] xgetProblematiqueArray()
          Deprecated.  
 XmlString xgetProblematiqueArray(int i)
          Gets (as xml) ith "problematique" element
 List<XmlString> xgetProblematiqueList()
          Gets (as xml) a List of "problematique" elements
 void xsetApproachArray(int i, XmlString approach)
          Sets (as xml) ith "approach" element
 void xsetApproachArray(XmlString[] approachArray)
          Sets (as xml) array of all "approach" element
 void xsetId(XmlString id)
          Sets (as xml) the "id" attribute
 void xsetMcdaConcept(XmlString mcdaConcept)
          Sets (as xml) the "mcdaConcept" attribute
 void xsetMethodologyArray(int i, XmlString methodology)
          Sets (as xml) ith "methodology" element
 void xsetMethodologyArray(XmlString[] methodologyArray)
          Sets (as xml) array of all "methodology" element
 void xsetName(XmlString name)
          Sets (as xml) the "name" attribute
 void xsetProblematiqueArray(int i, XmlString problematique)
          Sets (as xml) ith "problematique" element
 void xsetProblematiqueArray(XmlString[] problematiqueArray)
          Sets (as xml) array of all "problematique" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

static final SchemaType type
Method Detail

getDescriptionList

List<XDescription> getDescriptionList()
Gets a List of "description" elements


getDescriptionArray

XDescription[] getDescriptionArray()
Deprecated. 

Gets array of all "description" elements


getDescriptionArray

XDescription getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

void setDescriptionArray(XDescription[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

void setDescriptionArray(int i,
                         XDescription description)
Sets ith "description" element


insertNewDescription

XDescription insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

XDescription addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

void removeDescription(int i)
Removes the ith "description" element


getApproachList

List<String> getApproachList()
Gets a List of "approach" elements


getApproachArray

String[] getApproachArray()
Deprecated. 

Gets array of all "approach" elements


getApproachArray

String getApproachArray(int i)
Gets ith "approach" element


xgetApproachList

List<XmlString> xgetApproachList()
Gets (as xml) a List of "approach" elements


xgetApproachArray

XmlString[] xgetApproachArray()
Deprecated. 

Gets (as xml) array of all "approach" elements


xgetApproachArray

XmlString xgetApproachArray(int i)
Gets (as xml) ith "approach" element


sizeOfApproachArray

int sizeOfApproachArray()
Returns number of "approach" element


setApproachArray

void setApproachArray(String[] approachArray)
Sets array of all "approach" element


setApproachArray

void setApproachArray(int i,
                      String approach)
Sets ith "approach" element


xsetApproachArray

void xsetApproachArray(XmlString[] approachArray)
Sets (as xml) array of all "approach" element


xsetApproachArray

void xsetApproachArray(int i,
                       XmlString approach)
Sets (as xml) ith "approach" element


insertApproach

void insertApproach(int i,
                    String approach)
Inserts the value as the ith "approach" element


addApproach

void addApproach(String approach)
Appends the value as the last "approach" element


insertNewApproach

XmlString insertNewApproach(int i)
Inserts and returns a new empty value (as xml) as the ith "approach" element


addNewApproach

XmlString addNewApproach()
Appends and returns a new empty value (as xml) as the last "approach" element


removeApproach

void removeApproach(int i)
Removes the ith "approach" element


getProblematiqueList

List<String> getProblematiqueList()
Gets a List of "problematique" elements


getProblematiqueArray

String[] getProblematiqueArray()
Deprecated. 

Gets array of all "problematique" elements


getProblematiqueArray

String getProblematiqueArray(int i)
Gets ith "problematique" element


xgetProblematiqueList

List<XmlString> xgetProblematiqueList()
Gets (as xml) a List of "problematique" elements


xgetProblematiqueArray

XmlString[] xgetProblematiqueArray()
Deprecated. 

Gets (as xml) array of all "problematique" elements


xgetProblematiqueArray

XmlString xgetProblematiqueArray(int i)
Gets (as xml) ith "problematique" element


sizeOfProblematiqueArray

int sizeOfProblematiqueArray()
Returns number of "problematique" element


setProblematiqueArray

void setProblematiqueArray(String[] problematiqueArray)
Sets array of all "problematique" element


setProblematiqueArray

void setProblematiqueArray(int i,
                           String problematique)
Sets ith "problematique" element


xsetProblematiqueArray

void xsetProblematiqueArray(XmlString[] problematiqueArray)
Sets (as xml) array of all "problematique" element


xsetProblematiqueArray

void xsetProblematiqueArray(int i,
                            XmlString problematique)
Sets (as xml) ith "problematique" element


insertProblematique

void insertProblematique(int i,
                         String problematique)
Inserts the value as the ith "problematique" element


addProblematique

void addProblematique(String problematique)
Appends the value as the last "problematique" element


insertNewProblematique

XmlString insertNewProblematique(int i)
Inserts and returns a new empty value (as xml) as the ith "problematique" element


addNewProblematique

XmlString addNewProblematique()
Appends and returns a new empty value (as xml) as the last "problematique" element


removeProblematique

void removeProblematique(int i)
Removes the ith "problematique" element


getMethodologyList

List<String> getMethodologyList()
Gets a List of "methodology" elements


getMethodologyArray

String[] getMethodologyArray()
Deprecated. 

Gets array of all "methodology" elements


getMethodologyArray

String getMethodologyArray(int i)
Gets ith "methodology" element


xgetMethodologyList

List<XmlString> xgetMethodologyList()
Gets (as xml) a List of "methodology" elements


xgetMethodologyArray

XmlString[] xgetMethodologyArray()
Deprecated. 

Gets (as xml) array of all "methodology" elements


xgetMethodologyArray

XmlString xgetMethodologyArray(int i)
Gets (as xml) ith "methodology" element


sizeOfMethodologyArray

int sizeOfMethodologyArray()
Returns number of "methodology" element


setMethodologyArray

void setMethodologyArray(String[] methodologyArray)
Sets array of all "methodology" element


setMethodologyArray

void setMethodologyArray(int i,
                         String methodology)
Sets ith "methodology" element


xsetMethodologyArray

void xsetMethodologyArray(XmlString[] methodologyArray)
Sets (as xml) array of all "methodology" element


xsetMethodologyArray

void xsetMethodologyArray(int i,
                          XmlString methodology)
Sets (as xml) ith "methodology" element


insertMethodology

void insertMethodology(int i,
                       String methodology)
Inserts the value as the ith "methodology" element


addMethodology

void addMethodology(String methodology)
Appends the value as the last "methodology" element


insertNewMethodology

XmlString insertNewMethodology(int i)
Inserts and returns a new empty value (as xml) as the ith "methodology" element


addNewMethodology

XmlString addNewMethodology()
Appends and returns a new empty value (as xml) as the last "methodology" element


removeMethodology

void removeMethodology(int i)
Removes the ith "methodology" element


getParametersList

List<XParameters> getParametersList()
Gets a List of "parameters" elements


getParametersArray

XParameters[] getParametersArray()
Deprecated. 

Gets array of all "parameters" elements


getParametersArray

XParameters getParametersArray(int i)
Gets ith "parameters" element


sizeOfParametersArray

int sizeOfParametersArray()
Returns number of "parameters" element


setParametersArray

void setParametersArray(XParameters[] parametersArray)
Sets array of all "parameters" element


setParametersArray

void setParametersArray(int i,
                        XParameters parameters)
Sets ith "parameters" element


insertNewParameters

XParameters insertNewParameters(int i)
Inserts and returns a new empty value (as xml) as the ith "parameters" element


addNewParameters

XParameters addNewParameters()
Appends and returns a new empty value (as xml) as the last "parameters" element


removeParameters

void removeParameters(int i)
Removes the ith "parameters" element


getParameterList

List<XParameter> getParameterList()
Gets a List of "parameter" elements


getParameterArray

XParameter[] getParameterArray()
Deprecated. 

Gets array of all "parameter" elements


getParameterArray

XParameter getParameterArray(int i)
Gets ith "parameter" element


sizeOfParameterArray

int sizeOfParameterArray()
Returns number of "parameter" element


setParameterArray

void setParameterArray(XParameter[] parameterArray)
Sets array of all "parameter" element


setParameterArray

void setParameterArray(int i,
                       XParameter parameter)
Sets ith "parameter" element


insertNewParameter

XParameter insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element


addNewParameter

XParameter addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element


removeParameter

void removeParameter(int i)
Removes the ith "parameter" element


getId

String getId()
Gets the "id" attribute


xgetId

XmlString xgetId()
Gets (as xml) the "id" attribute


isSetId

boolean isSetId()
True if has "id" attribute


setId

void setId(String id)
Sets the "id" attribute


xsetId

void xsetId(XmlString id)
Sets (as xml) the "id" attribute


unsetId

void unsetId()
Unsets the "id" attribute


getName

String getName()
Gets the "name" attribute


xgetName

XmlString xgetName()
Gets (as xml) the "name" attribute


isSetName

boolean isSetName()
True if has "name" attribute


setName

void setName(String name)
Sets the "name" attribute


xsetName

void xsetName(XmlString name)
Sets (as xml) the "name" attribute


unsetName

void unsetName()
Unsets the "name" attribute


getMcdaConcept

String getMcdaConcept()
Gets the "mcdaConcept" attribute


xgetMcdaConcept

XmlString xgetMcdaConcept()
Gets (as xml) the "mcdaConcept" attribute


isSetMcdaConcept

boolean isSetMcdaConcept()
True if has "mcdaConcept" attribute


setMcdaConcept

void setMcdaConcept(String mcdaConcept)
Sets the "mcdaConcept" attribute


xsetMcdaConcept

void xsetMcdaConcept(XmlString mcdaConcept)
Sets (as xml) the "mcdaConcept" attribute


unsetMcdaConcept

void unsetMcdaConcept()
Unsets the "mcdaConcept" attribute



Copyright © 2011. All Rights Reserved.