org.openliberty.xmltooling.dst2_1
Class TestItemBaseType

java.lang.Object
  extended by org.opensaml.xml.AbstractXMLObject
      extended by org.openliberty.xmltooling.dst2_1.TestItemBaseType
All Implemented Interfaces:
org.opensaml.xml.XMLObject
Direct Known Subclasses:
TestItem

public abstract class TestItemBaseType
extends org.opensaml.xml.AbstractXMLObject

This class is the base type for TestItemType (urn:liberty:dst:2006-08:ref) which is the type for TestItem

Author:
asa

Field Summary
static java.lang.String ATT_ID
           
static java.lang.String ATT_ITEM_ID
           
private  java.lang.String id
           
private  java.lang.String itemID
           
private  SelectQualifAttributes selectQualifAttributes
           
 
Constructor Summary
protected TestItemBaseType(java.lang.String namespaceURI, java.lang.String elementLocalName, java.lang.String namespacePrefix)
           
 
Method Summary
 java.lang.String getId()
          id must be a valid NCName and unique in the document
 java.lang.String getItemID()
          The itemId attribute is an id that may not be scoped within the local xml instance document.
 SelectQualifAttributes getSelectQualifAttributes()
           
 void setId(java.lang.String id)
           
 void setItemID(java.lang.String itemID)
           
 
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
 
Methods inherited from interface org.opensaml.xml.XMLObject
getOrderedChildren
 

Field Detail

ATT_ID

public static final java.lang.String ATT_ID
See Also:
Constant Field Values

ATT_ITEM_ID

public static final java.lang.String ATT_ITEM_ID
See Also:
Constant Field Values

selectQualifAttributes

private SelectQualifAttributes selectQualifAttributes

id

private java.lang.String id

itemID

private java.lang.String itemID
Constructor Detail

TestItemBaseType

protected TestItemBaseType(java.lang.String namespaceURI,
                           java.lang.String elementLocalName,
                           java.lang.String namespacePrefix)
Method Detail

getSelectQualifAttributes

public SelectQualifAttributes getSelectQualifAttributes()

getId

public java.lang.String getId()
id must be a valid NCName and unique in the document

Returns:
xs:ID

setId

public void setId(java.lang.String id)

getItemID

public java.lang.String getItemID()
The itemId attribute is an id that may not be scoped within the local xml instance document.

Returns:
lu:itemID

setItemID

public void setItemID(java.lang.String itemID)