public class SelectQualifAttributes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_TYPE |
private String |
objectType |
private String |
predefined |
static String |
PREDEFINED |
| Constructor and Description |
|---|
SelectQualifAttributes() |
| Modifier and Type | Method and Description |
|---|---|
String |
getObjectType() |
String |
getPredefined() |
void |
marshallAttributes(Element domElement)
This is a convenience method used by any Marshaller that is marshalling
an object that has SelectQualifAttributes
|
boolean |
processAttribute(Attr attribute,
org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
This method assists the unmarshaller, adding an XML Attribute to
the SelectQualifAttributes object
|
void |
setObjectType(String objectType,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
void |
setPredefined(String predefined,
org.opensaml.core.xml.AbstractXMLObject abstractXMLobject) |
public static final String OBJECT_TYPE
public static final String PREDEFINED
private String objectType
private String predefined
public void marshallAttributes(Element domElement)
public boolean processAttribute(Attr attribute, org.opensaml.core.xml.AbstractXMLObject abstractXMLObject)
attribute - the attribute to setpublic void setObjectType(String objectType, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public String getObjectType()
public void setPredefined(String predefined, org.opensaml.core.xml.AbstractXMLObject abstractXMLobject)
public String getPredefined()
Copyright © 1999–2015. All rights reserved.