org.openliberty.xmltooling.dst2_1
Class SelectQualifAttributes
java.lang.Object
org.openliberty.xmltooling.dst2_1.SelectQualifAttributes
- Direct Known Subclasses:
- ModifyItemAttributeGroup
public class SelectQualifAttributes
- extends java.lang.Object
This class models the selectQualif xs:attributeGroup from the DST 2.1 XSD
- Author:
- asa
|
Method Summary |
java.lang.String |
getObjectType()
|
java.lang.String |
getPredefined()
|
void |
marshallAttributes(org.w3c.dom.Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has SelectQualifAttributes |
boolean |
processAttribute(org.w3c.dom.Attr attribute,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the SelectQualifAttributes object |
void |
setObjectType(java.lang.String objectType,
org.opensaml.xml.AbstractXMLObject abstractXMLobject)
|
void |
setPredefined(java.lang.String predefined,
org.opensaml.xml.AbstractXMLObject abstractXMLobject)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OBJECT_TYPE
public static final java.lang.String OBJECT_TYPE
- See Also:
- Constant Field Values
PREDEFINED
public static final java.lang.String PREDEFINED
- See Also:
- Constant Field Values
objectType
private java.lang.String objectType
predefined
private java.lang.String predefined
SelectQualifAttributes
public SelectQualifAttributes()
marshallAttributes
public void marshallAttributes(org.w3c.dom.Element domElement)
- This is a convenience method used by any Marshaller that is marshalling
an object that has SelectQualifAttributes
processAttribute
public boolean processAttribute(org.w3c.dom.Attr attribute,
org.opensaml.xml.AbstractXMLObject abstractXMLObject)
- This method assists the unmarshaller, adding an XML Attribute to
the SelectQualifAttributes object
- Parameters:
attribute - the attribute to set
- Returns:
- whether an attribute was found and set
setObjectType
public void setObjectType(java.lang.String objectType,
org.opensaml.xml.AbstractXMLObject abstractXMLobject)
getObjectType
public java.lang.String getObjectType()
setPredefined
public void setPredefined(java.lang.String predefined,
org.opensaml.xml.AbstractXMLObject abstractXMLobject)
getPredefined
public java.lang.String getPredefined()