Class EncryptionPropertyImpl
- java.lang.Object
-
- org.opensaml.core.xml.AbstractXMLObject
-
- org.opensaml.xmlsec.encryption.impl.EncryptionPropertyImpl
-
- All Implemented Interfaces:
org.opensaml.core.xml.AttributeExtensibleXMLObject,org.opensaml.core.xml.ElementExtensibleXMLObject,org.opensaml.core.xml.XMLObject,org.opensaml.xmlsec.encryption.EncryptionProperty
public class EncryptionPropertyImpl extends org.opensaml.core.xml.AbstractXMLObject implements org.opensaml.xmlsec.encryption.EncryptionPropertyConcrete implementation ofEncryptionProperty.
-
-
Field Summary
Fields Modifier and Type Field Description private StringidId attribute value.private StringtargetTarget attribute value.private org.opensaml.core.xml.util.AttributeMapunknownAttributes"anyAttribute" attributes.private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject>unknownChildrenChild elements from the <any> content model.
-
Constructor Summary
Constructors Modifier Constructor Description protectedEncryptionPropertyImpl(String namespaceURI, String elementLocalName, String namespacePrefix)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()List<org.opensaml.core.xml.XMLObject>getOrderedChildren()StringgetTarget()org.opensaml.core.xml.util.AttributeMapgetUnknownAttributes()List<org.opensaml.core.xml.XMLObject>getUnknownXMLObjects()List<org.opensaml.core.xml.XMLObject>getUnknownXMLObjects(QName typeOrName)voidsetID(String newID)voidsetTarget(String newTarget)-
Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensaml.core.xml.XMLObject
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
-
-
-
-
Field Detail
-
target
private String target
Target attribute value.
-
id
private String id
Id attribute value.
-
unknownChildren
private final org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject> unknownChildren
Child elements from the <any> content model.
-
unknownAttributes
private final org.opensaml.core.xml.util.AttributeMap unknownAttributes
"anyAttribute" attributes.
-
-
Method Detail
-
getTarget
public String getTarget()
- Specified by:
getTargetin interfaceorg.opensaml.xmlsec.encryption.EncryptionProperty
-
setTarget
public void setTarget(String newTarget)
- Specified by:
setTargetin interfaceorg.opensaml.xmlsec.encryption.EncryptionProperty
-
getID
public String getID()
- Specified by:
getIDin interfaceorg.opensaml.xmlsec.encryption.EncryptionProperty
-
setID
public void setID(String newID)
- Specified by:
setIDin interfaceorg.opensaml.xmlsec.encryption.EncryptionProperty
-
getUnknownAttributes
public org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
- Specified by:
getUnknownAttributesin interfaceorg.opensaml.core.xml.AttributeExtensibleXMLObject
-
getUnknownXMLObjects
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
- Specified by:
getUnknownXMLObjectsin interfaceorg.opensaml.core.xml.ElementExtensibleXMLObject
-
getUnknownXMLObjects
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
- Specified by:
getUnknownXMLObjectsin interfaceorg.opensaml.core.xml.ElementExtensibleXMLObject
-
getOrderedChildren
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildrenin interfaceorg.opensaml.core.xml.XMLObject
-
-