org.openliberty.xmltooling.dst2_1
Class SelectQualifAttributes

java.lang.Object
  extended by 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

Field Summary
static java.lang.String OBJECT_TYPE
           
private  java.lang.String objectType
           
private  java.lang.String predefined
           
static java.lang.String PREDEFINED
           
 
Constructor Summary
SelectQualifAttributes()
           
 
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
 

Field Detail

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
Constructor Detail

SelectQualifAttributes

public SelectQualifAttributes()
Method Detail

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()