public class Status
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Status.StatusCode |
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_CODE |
static String |
ATT_COMMENT |
static String |
ATT_REF |
private String |
code
Required code attribute
|
private String |
comment
Optional comment attribute
|
static String |
CONTINUE |
static String |
DEFAULT_ELEMENT_LOCAL_NAME |
static QName |
DEFAULT_ELEMENT_NAME |
static String |
OK |
private String |
ref
Optional ref attribute
|
| Modifier | Constructor and Description |
|---|---|
protected |
Status(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
getComment() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getRef() |
void |
setCode(String code) |
void |
setComment(String comment) |
void |
setRef(String ref) |
getSignature, isSigned, setSignaturedetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationpublic static final String DEFAULT_ELEMENT_LOCAL_NAME
public static QName DEFAULT_ELEMENT_NAME
public static String ATT_CODE
public static String ATT_REF
public static String ATT_COMMENT
public static final String CONTINUE
public static final String OK
private String code
private String ref
private String comment
public void setCode(String code)
public String getCode()
public String getComment()
public void setComment(String comment)
comment - the comment to setpublic String getRef()
public void setRef(String ref)
ref - the ref to setpublic List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.