|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.openliberty.xmltooling.dst2_1.TestItemBaseType
org.openliberty.xmltooling.dst2_1.ref.TestItem
public class TestItem
The <TestItem> contains a <TestOp> qualified by some attributes. The two, in conjunction with objectType are used to indicate
<TestItem objectType="profile">
<TestOp>//Age >= '21'</TestOp>
</TestItem>
In the above example, all 3 aspects of the test are expressed within the XPath expression that appears in <TestOp>.
Each <TestItem> evaluates to true or false depending on result of evaluation of the <TestOp>.
| Field Summary | |
|---|---|
static java.lang.String |
LOCAL_NAME
|
private TestOp |
testOp
|
| Fields inherited from class org.openliberty.xmltooling.dst2_1.TestItemBaseType |
|---|
ATT_ID, ATT_ITEM_ID |
| Constructor Summary | |
|---|---|
protected |
TestItem(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
|
| Method Summary | |
|---|---|
java.util.List<org.opensaml.xml.XMLObject> |
getOrderedChildren()
|
TestOp |
getTestOp()
|
void |
setTestOp(TestOp testOp)
|
| Methods inherited from class org.openliberty.xmltooling.dst2_1.TestItemBaseType |
|---|
getId, getItemID, getSelectQualifAttributes, setId, setItemID |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
|---|
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String LOCAL_NAME
private TestOp testOp
| Constructor Detail |
|---|
protected TestItem(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
| Method Detail |
|---|
public TestOp getTestOp()
public void setTestOp(TestOp testOp)
public java.util.List<org.opensaml.xml.XMLObject> getOrderedChildren()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||