public class NotificationType
extends org.opensaml.core.xml.AbstractXMLObject
<xs:complexType name="NotificationType">
<xs:sequence>
<xs:element ref="lu:TestResult" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="id" use="optional" type="xs:ID"/>
<xs:attribute name="subscriptionID" use="required" type="lu:IDType"/>
<xs:attribute name="expires" use="optional" type="xs:dateTime"/>
<xs:attribute name="endReason" use="optional" type="xs:anyURI"/>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
NotificationType.Marshaller
Internal Marshaller
|
static class |
NotificationType.Unmarshaller
Internal Unmarshaller
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_END_REASON |
static String |
ATT_EXPIRES |
static String |
ATT_ID |
static String |
ATT_SUBSCRIPTION_ID |
private String |
endReason |
private DateTime |
expires |
private String |
id |
private String |
subscriptionID |
private org.opensaml.core.xml.util.XMLObjectChildrenList<TestResult> |
testResults |
| Constructor and Description |
|---|
NotificationType(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndReason() |
DateTime |
getExpires() |
String |
getId() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
String |
getSubscriptionID() |
org.opensaml.core.xml.util.XMLObjectChildrenList<TestResult> |
getTestResults() |
void |
setEndReason(String endReason) |
void |
setExpires(DateTime expires) |
void |
setId(String id) |
void |
setSubscriptionID(String subscriptionID) |
detach, 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, setSchemaTypeprivate String id
private String subscriptionID
private DateTime expires
private String endReason
public static String ATT_ID
public static String ATT_SUBSCRIPTION_ID
public static String ATT_EXPIRES
public static String ATT_END_REASON
private org.opensaml.core.xml.util.XMLObjectChildrenList<TestResult> testResults
public String getId()
public void setId(String id)
public String getSubscriptionID()
public void setSubscriptionID(String subscriptionID)
public DateTime getExpires()
public void setExpires(DateTime expires)
public String getEndReason()
public void setEndReason(String endReason)
public org.opensaml.core.xml.util.XMLObjectChildrenList<TestResult> getTestResults()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.