public class Status
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
| Modifier and Type | Class and Description |
|---|---|
static class |
Status.Builder
Internal Builder class for the lu:Status element
|
static class |
Status.Marshaller
Internal marshaller for the lu:Status element
|
static class |
Status.StatusCode |
static class |
Status.Unmarshaller
This is the internal Unmarshalling class for lu:Status
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_CODE |
static String |
ATT_COMMENT |
static String |
ATT_REF |
private String |
code |
private String |
comment |
static String |
CONTINUE |
static String |
FAILED |
static String |
LOCAL_NAME |
static QName |
LOCAL_Q_NAME |
static String |
OK |
private String |
ref |
private org.opensaml.core.xml.util.XMLObjectChildrenList<Status> |
stati |
| 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()
This is an IDReferenceType.
|
org.opensaml.core.xml.util.XMLObjectChildrenList<Status> |
getStati() |
boolean |
isFailed() |
boolean |
isOK()
Needed to handle the case where the data is namespaced, so we are checking for
Status that ends with OK
<pp:Status code="pp:OK"></pp:Status> |
void |
setCode(String code)
This is a required attribute of the status element.
|
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 LOCAL_NAME
public static final QName LOCAL_Q_NAME
public static final String CONTINUE
public static final String OK
public static final String FAILED
public static String ATT_CODE
public static String ATT_REF
public static String ATT_COMMENT
private String code
private String ref
private String comment
private org.opensaml.core.xml.util.XMLObjectChildrenList<Status> stati
public String getCode()
public boolean isFailed()
public boolean isOK()
public void setCode(String code)
code - public String getRef()
public void setRef(String ref)
public String getComment()
public void setComment(String comment)
public org.opensaml.core.xml.util.XMLObjectChildrenList<Status> getStati()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.