|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.ws.wspolicy.impl.AbstractWSPolicyObject
org.opensaml.ws.wspolicy.impl.PolicyAttachmentImpl
public class PolicyAttachmentImpl
PolicyAttachmentImpl.
Field Summary | |
---|---|
private AppliesTo |
appliesTo
AppliesTo Child element. |
private IndexedXMLObjectChildrenList<XMLObject> |
policiesAndReferences
Policy and PolicyReference children. |
private AttributeMap |
unknownAttributes
Wildcard attributes. |
private IndexedXMLObjectChildrenList<XMLObject> |
unknownChildren
Wildcard child elements. |
Fields inherited from interface org.opensaml.ws.wspolicy.PolicyAttachment |
---|
ELEMENT_LOCAL_NAME, ELEMENT_NAME |
Constructor Summary | |
---|---|
PolicyAttachmentImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor. |
Method Summary | |
---|---|
AppliesTo |
getAppliesTo()
Get the AppliesTo child element. |
List<XMLObject> |
getOrderedChildren()
|
List<Policy> |
getPolicies()
Get the list of Policy child elements. |
List<PolicyReference> |
getPolicyReferences()
Get the list of PolicyReference child elements. |
AttributeMap |
getUnknownAttributes()
|
List<XMLObject> |
getUnknownXMLObjects()
|
List<XMLObject> |
getUnknownXMLObjects(QName typeOrName)
|
void |
setAppliesTo(AppliesTo newAppliesTo)
Set the AppliesTo child element. |
Methods inherited from class org.opensaml.xml.validation.AbstractValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate, validateChildren |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Field Detail |
---|
private AppliesTo appliesTo
private IndexedXMLObjectChildrenList<XMLObject> policiesAndReferences
private IndexedXMLObjectChildrenList<XMLObject> unknownChildren
private AttributeMap unknownAttributes
Constructor Detail |
---|
public PolicyAttachmentImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
namespaceURI
- The namespace of the elementelementLocalName
- The local name of the elementnamespacePrefix
- The namespace prefix of the elementMethod Detail |
---|
public AppliesTo getAppliesTo()
getAppliesTo
in interface PolicyAttachment
public void setAppliesTo(AppliesTo newAppliesTo)
setAppliesTo
in interface PolicyAttachment
newAppliesTo
- the new child elementpublic List<Policy> getPolicies()
getPolicies
in interface PolicyAttachment
public List<PolicyReference> getPolicyReferences()
getPolicyReferences
in interface PolicyAttachment
public List<XMLObject> getUnknownXMLObjects()
getUnknownXMLObjects
in interface ElementExtensibleXMLObject
public List<XMLObject> getUnknownXMLObjects(QName typeOrName)
getUnknownXMLObjects
in interface ElementExtensibleXMLObject
public AttributeMap getUnknownAttributes()
getUnknownAttributes
in interface AttributeExtensibleXMLObject
public List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |