Package org.opensaml.xmlsec.encryption
Interface Salt
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_ELEMENT_LOCAL_NAMEElement local name.static QNameDEFAULT_ELEMENT_NAMEDefault element name.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OtherSourcegetOtherSource()Get the OtherSource child element.SpecifiedgetSpecified()Get the Specified child element.voidsetOtherSource(OtherSource source)Set the OtherSource child element.voidsetSpecified(Specified specified)Set the Specified child element.-
Methods inherited from interface org.opensaml.core.xml.XMLObject
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
-
-
-
-
Field Detail
-
DEFAULT_ELEMENT_LOCAL_NAME
static final String DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
- Constant Field Values
-
DEFAULT_ELEMENT_NAME
static final QName DEFAULT_ELEMENT_NAME
Default element name.
-
-
Method Detail
-
getSpecified
@Nullable Specified getSpecified()
Get the Specified child element.- Returns:
- the element
-
setSpecified
void setSpecified(@Nullable Specified specified)Set the Specified child element.- Parameters:
specified- the element
-
getOtherSource
@Nullable OtherSource getOtherSource()
Get the OtherSource child element.- Returns:
- the element
-
setOtherSource
void setOtherSource(@Nullable OtherSource source)Set the OtherSource child element.- Parameters:
source- value
-
-