org.decisiondeck.jmcda.persist.xmcda2.generated.impl
Class XMethodParametersImpl

java.lang.Object
  extended by org.apache.xmlbeans.impl.values.XmlObjectBase
      extended by org.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended by org.decisiondeck.jmcda.persist.xmcda2.generated.impl.XMethodParametersImpl
All Implemented Interfaces:
Serializable, org.apache.xmlbeans.impl.values.TypeStoreUser, SimpleValue, XmlObject, XmlTokenSource, XMethodParameters

public class XMethodParametersImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements XMethodParameters

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.decisiondeck.jmcda.persist.xmcda2.generated.XMethodParameters
XMethodParameters.Factory
 
Field Summary
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.decisiondeck.jmcda.persist.xmcda2.generated.XMethodParameters
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
XMethodParametersImpl(SchemaType sType)
           
 
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 class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_text
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_copy, _copy, _set, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, hashCode, init_flags, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_newValue, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDateValue, setGDurationValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

XMethodParametersImpl

public XMethodParametersImpl(SchemaType sType)
Method Detail

getDescriptionList

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

Specified by:
getDescriptionList in interface XMethodParameters

getDescriptionArray

public XDescription[] getDescriptionArray()
Deprecated. 

Gets array of all "description" elements

Specified by:
getDescriptionArray in interface XMethodParameters

getDescriptionArray

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

Specified by:
getDescriptionArray in interface XMethodParameters

sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element

Specified by:
sizeOfDescriptionArray in interface XMethodParameters

setDescriptionArray

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

Specified by:
setDescriptionArray in interface XMethodParameters

setDescriptionArray

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

Specified by:
setDescriptionArray in interface XMethodParameters

insertNewDescription

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

Specified by:
insertNewDescription in interface XMethodParameters

addNewDescription

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

Specified by:
addNewDescription in interface XMethodParameters

removeDescription

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

Specified by:
removeDescription in interface XMethodParameters

getApproachList

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

Specified by:
getApproachList in interface XMethodParameters

getApproachArray

public String[] getApproachArray()
Deprecated. 

Gets array of all "approach" elements

Specified by:
getApproachArray in interface XMethodParameters

getApproachArray

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

Specified by:
getApproachArray in interface XMethodParameters

xgetApproachList

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

Specified by:
xgetApproachList in interface XMethodParameters

xgetApproachArray

public XmlString[] xgetApproachArray()
Deprecated. 

Gets array of all "approach" elements

Specified by:
xgetApproachArray in interface XMethodParameters

xgetApproachArray

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

Specified by:
xgetApproachArray in interface XMethodParameters

sizeOfApproachArray

public int sizeOfApproachArray()
Returns number of "approach" element

Specified by:
sizeOfApproachArray in interface XMethodParameters

setApproachArray

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

Specified by:
setApproachArray in interface XMethodParameters

setApproachArray

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

Specified by:
setApproachArray in interface XMethodParameters

xsetApproachArray

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

Specified by:
xsetApproachArray in interface XMethodParameters

xsetApproachArray

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

Specified by:
xsetApproachArray in interface XMethodParameters

insertApproach

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

Specified by:
insertApproach in interface XMethodParameters

addApproach

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

Specified by:
addApproach in interface XMethodParameters

insertNewApproach

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

Specified by:
insertNewApproach in interface XMethodParameters

addNewApproach

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

Specified by:
addNewApproach in interface XMethodParameters

removeApproach

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

Specified by:
removeApproach in interface XMethodParameters

getProblematiqueList

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

Specified by:
getProblematiqueList in interface XMethodParameters

getProblematiqueArray

public String[] getProblematiqueArray()
Deprecated. 

Gets array of all "problematique" elements

Specified by:
getProblematiqueArray in interface XMethodParameters

getProblematiqueArray

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

Specified by:
getProblematiqueArray in interface XMethodParameters

xgetProblematiqueList

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

Specified by:
xgetProblematiqueList in interface XMethodParameters

xgetProblematiqueArray

public XmlString[] xgetProblematiqueArray()
Deprecated. 

Gets array of all "problematique" elements

Specified by:
xgetProblematiqueArray in interface XMethodParameters

xgetProblematiqueArray

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

Specified by:
xgetProblematiqueArray in interface XMethodParameters

sizeOfProblematiqueArray

public int sizeOfProblematiqueArray()
Returns number of "problematique" element

Specified by:
sizeOfProblematiqueArray in interface XMethodParameters

setProblematiqueArray

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

Specified by:
setProblematiqueArray in interface XMethodParameters

setProblematiqueArray

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

Specified by:
setProblematiqueArray in interface XMethodParameters

xsetProblematiqueArray

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

Specified by:
xsetProblematiqueArray in interface XMethodParameters

xsetProblematiqueArray

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

Specified by:
xsetProblematiqueArray in interface XMethodParameters

insertProblematique

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

Specified by:
insertProblematique in interface XMethodParameters

addProblematique

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

Specified by:
addProblematique in interface XMethodParameters

insertNewProblematique

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

Specified by:
insertNewProblematique in interface XMethodParameters

addNewProblematique

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

Specified by:
addNewProblematique in interface XMethodParameters

removeProblematique

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

Specified by:
removeProblematique in interface XMethodParameters

getMethodologyList

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

Specified by:
getMethodologyList in interface XMethodParameters

getMethodologyArray

public String[] getMethodologyArray()
Deprecated. 

Gets array of all "methodology" elements

Specified by:
getMethodologyArray in interface XMethodParameters

getMethodologyArray

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

Specified by:
getMethodologyArray in interface XMethodParameters

xgetMethodologyList

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

Specified by:
xgetMethodologyList in interface XMethodParameters

xgetMethodologyArray

public XmlString[] xgetMethodologyArray()
Deprecated. 

Gets array of all "methodology" elements

Specified by:
xgetMethodologyArray in interface XMethodParameters

xgetMethodologyArray

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

Specified by:
xgetMethodologyArray in interface XMethodParameters

sizeOfMethodologyArray

public int sizeOfMethodologyArray()
Returns number of "methodology" element

Specified by:
sizeOfMethodologyArray in interface XMethodParameters

setMethodologyArray

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

Specified by:
setMethodologyArray in interface XMethodParameters

setMethodologyArray

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

Specified by:
setMethodologyArray in interface XMethodParameters

xsetMethodologyArray

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

Specified by:
xsetMethodologyArray in interface XMethodParameters

xsetMethodologyArray

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

Specified by:
xsetMethodologyArray in interface XMethodParameters

insertMethodology

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

Specified by:
insertMethodology in interface XMethodParameters

addMethodology

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

Specified by:
addMethodology in interface XMethodParameters

insertNewMethodology

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

Specified by:
insertNewMethodology in interface XMethodParameters

addNewMethodology

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

Specified by:
addNewMethodology in interface XMethodParameters

removeMethodology

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

Specified by:
removeMethodology in interface XMethodParameters

getParametersList

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

Specified by:
getParametersList in interface XMethodParameters

getParametersArray

public XParameters[] getParametersArray()
Deprecated. 

Gets array of all "parameters" elements

Specified by:
getParametersArray in interface XMethodParameters

getParametersArray

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

Specified by:
getParametersArray in interface XMethodParameters

sizeOfParametersArray

public int sizeOfParametersArray()
Returns number of "parameters" element

Specified by:
sizeOfParametersArray in interface XMethodParameters

setParametersArray

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

Specified by:
setParametersArray in interface XMethodParameters

setParametersArray

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

Specified by:
setParametersArray in interface XMethodParameters

insertNewParameters

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

Specified by:
insertNewParameters in interface XMethodParameters

addNewParameters

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

Specified by:
addNewParameters in interface XMethodParameters

removeParameters

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

Specified by:
removeParameters in interface XMethodParameters

getParameterList

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

Specified by:
getParameterList in interface XMethodParameters

getParameterArray

public XParameter[] getParameterArray()
Deprecated. 

Gets array of all "parameter" elements

Specified by:
getParameterArray in interface XMethodParameters

getParameterArray

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

Specified by:
getParameterArray in interface XMethodParameters

sizeOfParameterArray

public int sizeOfParameterArray()
Returns number of "parameter" element

Specified by:
sizeOfParameterArray in interface XMethodParameters

setParameterArray

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

Specified by:
setParameterArray in interface XMethodParameters

setParameterArray

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

Specified by:
setParameterArray in interface XMethodParameters

insertNewParameter

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

Specified by:
insertNewParameter in interface XMethodParameters

addNewParameter

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

Specified by:
addNewParameter in interface XMethodParameters

removeParameter

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

Specified by:
removeParameter in interface XMethodParameters

getId

public String getId()
Gets the "id" attribute

Specified by:
getId in interface XMethodParameters

xgetId

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

Specified by:
xgetId in interface XMethodParameters

isSetId

public boolean isSetId()
True if has "id" attribute

Specified by:
isSetId in interface XMethodParameters

setId

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

Specified by:
setId in interface XMethodParameters

xsetId

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

Specified by:
xsetId in interface XMethodParameters

unsetId

public void unsetId()
Unsets the "id" attribute

Specified by:
unsetId in interface XMethodParameters

getName

public String getName()
Gets the "name" attribute

Specified by:
getName in interface XMethodParameters

xgetName

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

Specified by:
xgetName in interface XMethodParameters

isSetName

public boolean isSetName()
True if has "name" attribute

Specified by:
isSetName in interface XMethodParameters

setName

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

Specified by:
setName in interface XMethodParameters

xsetName

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

Specified by:
xsetName in interface XMethodParameters

unsetName

public void unsetName()
Unsets the "name" attribute

Specified by:
unsetName in interface XMethodParameters

getMcdaConcept

public String getMcdaConcept()
Gets the "mcdaConcept" attribute

Specified by:
getMcdaConcept in interface XMethodParameters

xgetMcdaConcept

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

Specified by:
xgetMcdaConcept in interface XMethodParameters

isSetMcdaConcept

public boolean isSetMcdaConcept()
True if has "mcdaConcept" attribute

Specified by:
isSetMcdaConcept in interface XMethodParameters

setMcdaConcept

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

Specified by:
setMcdaConcept in interface XMethodParameters

xsetMcdaConcept

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

Specified by:
xsetMcdaConcept in interface XMethodParameters

unsetMcdaConcept

public void unsetMcdaConcept()
Unsets the "mcdaConcept" attribute

Specified by:
unsetMcdaConcept in interface XMethodParameters


Copyright © 2011. All Rights Reserved.