public class DAPCreateItem
extends org.opensaml.xmlsec.signature.AbstractSignableXMLObject
LDIF container
in the NewData container will specify the distinguished names of the new entries.
<xs:complexType name="CreateItemType"> <xs:sequence> <xs:element ref="dap:NewData" minOccurs="0" maxOccurs="1"/> </xs:sequence> <xs:attributeGroup ref="dst:CreateItemAttributeGroup"/> </xs:complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DAPCreateItem.Builder
Internal class for the builder to simplify the class structure
|
static class |
DAPCreateItem.Marshaller
Internal class that handles marshalling the object to the DOM
|
static class |
DAPCreateItem.Unmarshaller
Internal class that handles unmarshalling the object from the DOM
|
| Modifier and Type | Field and Description |
|---|---|
private CreateItemAttributeGroup |
createItemAttributeGroup |
static String |
LOCAL_NAME |
private DAPNewData |
newData |
| Modifier | Constructor and Description |
|---|---|
|
DAPCreateItem() |
protected |
DAPCreateItem(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
| Modifier and Type | Method and Description |
|---|---|
CreateItemAttributeGroup |
getCreateItemAttributeGroup() |
DAPNewData |
getNewData() |
List<org.opensaml.core.xml.XMLObject> |
getOrderedChildren() |
void |
setNewData(DAPNewData newData) |
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 String LOCAL_NAME
private CreateItemAttributeGroup createItemAttributeGroup
private DAPNewData newData
public CreateItemAttributeGroup getCreateItemAttributeGroup()
public void setNewData(DAPNewData newData)
public DAPNewData getNewData()
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
Copyright © 1999–2015. All rights reserved.