org.decisiondeck.jmcda.persist.xmcda2.generated
Interface XCriteriaLinearConstraints.Constraint.Element

All Superinterfaces:
XmlObject, XmlTokenSource
All Known Implementing Classes:
XCriteriaLinearConstraintsImpl.ConstraintImpl.ElementImpl
Enclosing interface:
XCriteriaLinearConstraints.Constraint

public static interface XCriteriaLinearConstraints.Constraint.Element
extends XmlObject

An XML element(@). This is a complex type.


Nested Class Summary
static class XCriteriaLinearConstraints.Constraint.Element.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
 XNumericValue addNewCoefficient()
          Appends and returns a new empty "coefficient" element
 XCriteriaSet addNewCriteriaSet()
          Appends and returns a new empty "criteriaSet" element
 XVariable addNewVariable()
          Appends and returns a new empty "variable" element
 XNumericValue getCoefficient()
          Gets the "coefficient" element
 XCriteriaSet getCriteriaSet()
          Gets the "criteriaSet" element
 String getCriteriaSetID()
          Gets the "criteriaSetID" element
 String getCriterionID()
          Gets the "criterionID" element
 XVariable getVariable()
          Gets the "variable" element
 boolean isSetCriteriaSet()
          True if has "criteriaSet" element
 boolean isSetCriteriaSetID()
          True if has "criteriaSetID" element
 boolean isSetCriterionID()
          True if has "criterionID" element
 boolean isSetVariable()
          True if has "variable" element
 void setCoefficient(XNumericValue coefficient)
          Sets the "coefficient" element
 void setCriteriaSet(XCriteriaSet criteriaSet)
          Sets the "criteriaSet" element
 void setCriteriaSetID(String criteriaSetID)
          Sets the "criteriaSetID" element
 void setCriterionID(String criterionID)
          Sets the "criterionID" element
 void setVariable(XVariable variable)
          Sets the "variable" element
 void unsetCriteriaSet()
          Unsets the "criteriaSet" element
 void unsetCriteriaSetID()
          Unsets the "criteriaSetID" element
 void unsetCriterionID()
          Unsets the "criterionID" element
 void unsetVariable()
          Unsets the "variable" element
 XmlString xgetCriteriaSetID()
          Gets (as xml) the "criteriaSetID" element
 XmlString xgetCriterionID()
          Gets (as xml) the "criterionID" element
 void xsetCriteriaSetID(XmlString criteriaSetID)
          Sets (as xml) the "criteriaSetID" element
 void xsetCriterionID(XmlString criterionID)
          Sets (as xml) the "criterionID" 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

getCriterionID

String getCriterionID()
Gets the "criterionID" element


xgetCriterionID

XmlString xgetCriterionID()
Gets (as xml) the "criterionID" element


isSetCriterionID

boolean isSetCriterionID()
True if has "criterionID" element


setCriterionID

void setCriterionID(String criterionID)
Sets the "criterionID" element


xsetCriterionID

void xsetCriterionID(XmlString criterionID)
Sets (as xml) the "criterionID" element


unsetCriterionID

void unsetCriterionID()
Unsets the "criterionID" element


getCriteriaSetID

String getCriteriaSetID()
Gets the "criteriaSetID" element


xgetCriteriaSetID

XmlString xgetCriteriaSetID()
Gets (as xml) the "criteriaSetID" element


isSetCriteriaSetID

boolean isSetCriteriaSetID()
True if has "criteriaSetID" element


setCriteriaSetID

void setCriteriaSetID(String criteriaSetID)
Sets the "criteriaSetID" element


xsetCriteriaSetID

void xsetCriteriaSetID(XmlString criteriaSetID)
Sets (as xml) the "criteriaSetID" element


unsetCriteriaSetID

void unsetCriteriaSetID()
Unsets the "criteriaSetID" element


getCriteriaSet

XCriteriaSet getCriteriaSet()
Gets the "criteriaSet" element


isSetCriteriaSet

boolean isSetCriteriaSet()
True if has "criteriaSet" element


setCriteriaSet

void setCriteriaSet(XCriteriaSet criteriaSet)
Sets the "criteriaSet" element


addNewCriteriaSet

XCriteriaSet addNewCriteriaSet()
Appends and returns a new empty "criteriaSet" element


unsetCriteriaSet

void unsetCriteriaSet()
Unsets the "criteriaSet" element


getVariable

XVariable getVariable()
Gets the "variable" element


isSetVariable

boolean isSetVariable()
True if has "variable" element


setVariable

void setVariable(XVariable variable)
Sets the "variable" element


addNewVariable

XVariable addNewVariable()
Appends and returns a new empty "variable" element


unsetVariable

void unsetVariable()
Unsets the "variable" element


getCoefficient

XNumericValue getCoefficient()
Gets the "coefficient" element


setCoefficient

void setCoefficient(XNumericValue coefficient)
Sets the "coefficient" element


addNewCoefficient

XNumericValue addNewCoefficient()
Appends and returns a new empty "coefficient" element



Copyright © 2011. All Rights Reserved.