public class ParticipantsImpl extends AbstractWSTrustObject implements Participants
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Participant> |
participants
The list of
Participant child elements. |
private Primary |
primary
The
Primary child element. |
private IndexedXMLObjectChildrenList<XMLObject> |
unknownChildren
Wildcard child elements.
|
ELEMENT_LOCAL_NAME, ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Constructor and Description |
|---|
ParticipantsImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
java.util.List<Participant> |
getParticipants()
Returns the list of wst:Participant child elements .
|
Primary |
getPrimary()
Returns the wst:Primary child element.
|
java.util.List<XMLObject> |
getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
java.util.List<XMLObject> |
getUnknownXMLObjects(javax.xml.namespace.QName typeOrName)
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model,
and which match the specified QName.
|
void |
setPrimary(Primary newPrimary)
Sets the wst:Primary child element.
|
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, 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, setSchemaLocationprivate java.util.List<Participant> participants
Participant child elements.private IndexedXMLObjectChildrenList<XMLObject> unknownChildren
public ParticipantsImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - The namespace of the elementelementLocalName - The local name of the elementnamespacePrefix - The namespace prefix of the elementpublic Primary getPrimary()
getPrimary in interface ParticipantsPrimary child element or null.public void setPrimary(Primary newPrimary)
setPrimary in interface ParticipantsnewPrimary - the Primary child element to set.public java.util.List<Participant> getParticipants()
getParticipants in interface ParticipantsParticipant child elementspublic java.util.List<XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects in interface ElementExtensibleXMLObjectpublic java.util.List<XMLObject> getUnknownXMLObjects(javax.xml.namespace.QName typeOrName)
getUnknownXMLObjects in interface ElementExtensibleXMLObjecttypeOrName - the QName of the statements to returnpublic java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject