Class SaltImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.SaltImpl
Concrete implementation of
Salt.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate OtherSourceOtherSource child element value.private SpecifiedSpecified child element value.Fields inherited from interface org.opensaml.xmlsec.encryption.Salt
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets an unmodifiable list of child elements in the order that they will appear in the DOM.Get the OtherSource child element.Get the Specified child element.voidsetOtherSource(OtherSource newOtherSource) Set the OtherSource child element.voidsetSpecified(Specified newSpecified) Set the Specified child element.Methods inherited from class org.opensaml.core.xml.AbstractXMLObject
detach, ensureDOM, 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, setSchemaTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensaml.core.xml.XMLObject
detach, ensureDOM, 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 Details
-
specified
Specified child element value. -
otherSource
OtherSource child element value.
-
-
Constructor Details
-
Method Details
-
getSpecified
Get the Specified child element.- Specified by:
getSpecifiedin interfaceSalt- Returns:
- the element
-
setSpecified
Set the Specified child element.- Specified by:
setSpecifiedin interfaceSalt- Parameters:
newSpecified- the element
-
getOtherSource
Get the OtherSource child element.- Specified by:
getOtherSourcein interfaceSalt- Returns:
- the element
-
setOtherSource
Set the OtherSource child element.- Specified by:
setOtherSourcein interfaceSalt- Parameters:
newOtherSource- value
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildrenin interfaceXMLObject- Returns:
- ordered list of child elements
-