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.EncryptionProperty
Concrete implementation ofEncryptionProperty
.
-
-
Field Summary
Fields Modifier and Type Field Description private String
id
Id attribute value.private String
target
Target attribute value.private org.opensaml.core.xml.util.AttributeMap
unknownAttributes
"anyAttribute" attributes.private org.opensaml.core.xml.util.IndexedXMLObjectChildrenList<org.opensaml.core.xml.XMLObject>
unknownChildren
Child elements from the <any> content model.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EncryptionPropertyImpl(String namespaceURI, String elementLocalName, String namespacePrefix)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getID()
List<org.opensaml.core.xml.XMLObject>
getOrderedChildren()
String
getTarget()
org.opensaml.core.xml.util.AttributeMap
getUnknownAttributes()
List<org.opensaml.core.xml.XMLObject>
getUnknownXMLObjects()
List<org.opensaml.core.xml.XMLObject>
getUnknownXMLObjects(QName typeOrName)
void
setID(String newID)
void
setTarget(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:
getTarget
in interfaceorg.opensaml.xmlsec.encryption.EncryptionProperty
-
setTarget
public void setTarget(String newTarget)
- Specified by:
setTarget
in interfaceorg.opensaml.xmlsec.encryption.EncryptionProperty
-
getID
public String getID()
- Specified by:
getID
in interfaceorg.opensaml.xmlsec.encryption.EncryptionProperty
-
setID
public void setID(String newID)
- Specified by:
setID
in interfaceorg.opensaml.xmlsec.encryption.EncryptionProperty
-
getUnknownAttributes
public org.opensaml.core.xml.util.AttributeMap getUnknownAttributes()
- Specified by:
getUnknownAttributes
in interfaceorg.opensaml.core.xml.AttributeExtensibleXMLObject
-
getUnknownXMLObjects
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects()
- Specified by:
getUnknownXMLObjects
in interfaceorg.opensaml.core.xml.ElementExtensibleXMLObject
-
getUnknownXMLObjects
public List<org.opensaml.core.xml.XMLObject> getUnknownXMLObjects(QName typeOrName)
- Specified by:
getUnknownXMLObjects
in interfaceorg.opensaml.core.xml.ElementExtensibleXMLObject
-
getOrderedChildren
public List<org.opensaml.core.xml.XMLObject> getOrderedChildren()
- Specified by:
getOrderedChildren
in interfaceorg.opensaml.core.xml.XMLObject
-
-