org.opensaml.xml
Interface ElementExtensibleXMLObject

All Superinterfaces:
XMLObject
All Known Subinterfaces:
Advice, AgreementMethod, ArtifactResolutionService, AssertionConsumerService, AssertionIDRequestService, AttributeService, AuthnQueryService, AuthzService, Body, DataReference, Detail, EncryptionMethod, EncryptionMethod, EncryptionProperty, Endpoint, Envelope, Extensions, Header, IndexedEndpoint, KeyReference, ManageNameIDService, NameIDMappingService, PGPData, ReferenceType, SingleLogoutService, SingleSignOnService, StatusDetail, StatusDetail, SubjectConfirmationData
All Known Implementing Classes:
AbstractExtensibleSOAPObject, AdviceImpl, AgreementMethodImpl, ArtifactResolutionServiceImpl, AssertionConsumerServiceImpl, AssertionIDRequestServiceImpl, AttributeServiceImpl, AuthnQueryServiceImpl, AuthzServiceImpl, BodyImpl, DataReferenceImpl, DetailImpl, ElementProxy, EncryptionMethodImpl, EncryptionMethodImpl, EncryptionPropertyImpl, EndpointImpl, EnvelopeImpl, ExtensionsImpl, HeaderImpl, IndexedEndpointImpl, KeyReferenceImpl, ManageNameIDServiceImpl, NameIDMappingServiceImpl, PGPDataImpl, ReferenceTypeImpl, SingleLogoutServiceImpl, SingleSignOnServiceImpl, StatusDetailImpl, StatusDetailImpl, SubjectConfirmationDataImpl

public interface ElementExtensibleXMLObject
extends XMLObject

An XMLObject whose content model contains "any" child elements.


Method Summary
 java.util.List<XMLObject> getUnknownXMLObjects()
          Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.
 
Methods inherited from interface org.opensaml.xml.XMLObject
addNamespace, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
 

Method Detail

getUnknownXMLObjects

java.util.List<XMLObject> getUnknownXMLObjects()
Gets the list of XMLObjects added to this XMLObject as part of the "any" content model.

Returns:
list of XMLObjects added to this XMLObject as part of the "any" content model