public abstract class DeleteItemBaseType
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
<xs:complexType name="DeleteItemBaseType">
<xs:attributeGroup ref="dst:selectQualif"/>
<xs:attribute name="notChangedSince" use="optional" type="xs:dateTime"/>
<xs:attribute name="id" use="optional" type="xs:ID"/>
<xs:attribute ref="lu:itemID" use="optional"/>
</xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteItemBaseType.Marshaller
This is the internal marshaller for the DeleteItemBaseType
|
static class |
DeleteItemBaseType.Unmarshaller
Internal unmarshaller, placing attribute DOM values into the DeleteItemBaseType object
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ATT_ID |
static String |
ATT_ITEM_ID |
static String |
ATT_NOT_CHANGED_SINCE |
private String |
id |
private String |
itemID |
private DateTime |
notChangedSince |
private SelectQualifAttributes |
selectQualifAttributes |
| Modifier | Constructor and Description |
|---|---|
protected |
DeleteItemBaseType(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
String |
getItemID() |
DateTime |
getNotChangedSince() |
SelectQualifAttributes |
getSelectQualifAttributes() |
void |
setId(String id) |
void |
setItemID(String itemID) |
void |
setNotChangedSince(DateTime notChangedSince) |
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, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate SelectQualifAttributes selectQualifAttributes
private DateTime notChangedSince
private String id
private String itemID
public static String ATT_ID
public static String ATT_ITEM_ID
public static String ATT_NOT_CHANGED_SINCE
public SelectQualifAttributes getSelectQualifAttributes()
public void setNotChangedSince(DateTime notChangedSince)
public DateTime getNotChangedSince()
public void setId(String id)
public String getId()
public void setItemID(String itemID)
public String getItemID()
Copyright © 1999–2015. All rights reserved.