public abstract class AlgorithmIdentifierTypeImpl extends AbstractXMLObject implements AlgorithmIdentifierType
AlgorithmIdentifierType.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
algorithm
Algorithm attribute value.
|
private XMLObject |
parameters
Parameters child element.
|
ALGORITHM_ATTRIB_NAME, TYPE_LOCAL_NAME, TYPE_NAME| Modifier | Constructor and Description |
|---|---|
protected |
AlgorithmIdentifierTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlgorithm()
Gets the algorithm URI attribute.
|
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
XMLObject |
getParameters()
Gets the Parameters child element.
|
void |
setAlgorithm(java.lang.String newAlgorithm)
Sets the algorithm URI attribute.
|
void |
setParameters(XMLObject newParameters)
Sets the Parameters child element.
|
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, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationprivate java.lang.String algorithm
private XMLObject parameters
protected AlgorithmIdentifierTypeImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
namespaceURI - namespace URIelementLocalName - local namenamespacePrefix - namespace prefix@Nullable public java.lang.String getAlgorithm()
getAlgorithm in interface AlgorithmIdentifierTypepublic void setAlgorithm(@Nullable
java.lang.String newAlgorithm)
setAlgorithm in interface AlgorithmIdentifierTypenewAlgorithm - the new Algorithm URI attribute string@Nullable public XMLObject getParameters()
getParameters in interface AlgorithmIdentifierTypepublic void setParameters(@Nullable
XMLObject newParameters)
setParameters in interface AlgorithmIdentifierTypenewParameters - the new Parameters child element@Nullable public java.util.List<XMLObject> getOrderedChildren()
getOrderedChildren in interface XMLObject