primary
The
Primary
child element.ElementExtensibleXMLObject
, XMLObject
, Participants
, WSTrustObject
public class ParticipantsImpl extends AbstractWSTrustObject implements Participants
Modifier and Type | Field | Description |
---|---|---|
private 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 | Description |
---|---|
ParticipantsImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
List<XMLObject> |
getOrderedChildren() |
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
List<Participant> |
getParticipants() |
Returns the list of wst:Participant child elements .
|
Primary |
getPrimary() |
Returns the wst:Primary child element.
|
List<XMLObject> |
getUnknownXMLObjects() |
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
|
List<XMLObject> |
getUnknownXMLObjects(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, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
Primary
child element.Participant
child elements.namespaceURI
- The namespace of the elementelementLocalName
- The local name of the elementnamespacePrefix
- The namespace prefix of the elementgetPrimary
in interface Participants
Primary
child element or null
.setPrimary
in interface Participants
newPrimary
- the Primary
child element to set.getParticipants
in interface Participants
Participant
child elementsgetUnknownXMLObjects
in interface ElementExtensibleXMLObject
getUnknownXMLObjects
in interface ElementExtensibleXMLObject
typeOrName
- the QName of the statements to returngetOrderedChildren
in interface XMLObject