Class SaltImpl
java.lang.Object
org.opensaml.core.xml.AbstractXMLObject
org.opensaml.xmlsec.encryption.impl.SaltImpl
public class SaltImpl extends AbstractXMLObject implements Salt
Concrete implementation of
Salt
.-
Field Summary
Fields Modifier and Type Field Description private OtherSource
otherSource
OtherSource child element value.private Specified
specified
Specified child element value.Fields inherited from interface org.opensaml.xmlsec.encryption.Salt
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description List<XMLObject>
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.OtherSource
getOtherSource()
Get the OtherSource child element.Specified
getSpecified()
Get the Specified child element.void
setOtherSource(OtherSource newOtherSource)
Set the OtherSource child element.void
setSpecified(Specified newSpecified)
Set the Specified child element.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 Details
-
specified
Specified child element value. -
otherSource
OtherSource child element value.
-
-
Constructor Details
-
SaltImpl
Constructor.- Parameters:
namespaceURI
- namespace URIelementLocalName
- local namenamespacePrefix
- namespace prefix
-
-
Method Details
-
getSpecified
Get the Specified child element.- Specified by:
getSpecified
in interfaceSalt
- Returns:
- the element
-
setSpecified
Set the Specified child element.- Specified by:
setSpecified
in interfaceSalt
- Parameters:
newSpecified
- the element
-
getOtherSource
Get the OtherSource child element.- Specified by:
getOtherSource
in interfaceSalt
- Returns:
- the element
-
setOtherSource
Set the OtherSource child element.- Specified by:
setOtherSource
in interfaceSalt
- Parameters:
newOtherSource
- value
-
getOrderedChildren
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.- Specified by:
getOrderedChildren
in interfaceXMLObject
- Returns:
- ordered list of child elements
-