public class DSAKeyValueImpl extends AbstractValidatingXMLObject implements DSAKeyValue
DSAKeyValue
DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
Modifier | Constructor and Description |
---|---|
protected |
DSAKeyValueImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
Modifier and Type | Method and Description |
---|---|
G |
getG()
Get the G child element.
|
J |
getJ()
Get the J child element.
|
List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
|
P |
getP()
Get the P child element.
|
PgenCounter |
getPgenCounter()
Get the PgenCounter element.
|
Q |
getQ()
Get the Q child element.
|
Seed |
getSeed()
Get the Seed element.
|
Y |
getY()
Get the Y child element.
|
void |
setG(G newG)
Set the G child element.
|
void |
setJ(J newJ)
Set the J child element.
|
void |
setP(P newP)
Set the P child element.
|
void |
setPgenCounter(PgenCounter newPgenCounter)
Set the PgenCounter element.
|
void |
setQ(Q newQ)
Set the Q child element.
|
void |
setSeed(Seed newSeed)
Set the Seed element.
|
void |
setY(Y newY)
Set the Y child element.
|
deregisterValidator, getValidators, registerValidator, validate, validateChildren
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
public P getP()
getP
in interface DSAKeyValue
public void setP(P newP)
setP
in interface DSAKeyValue
newP
- the new P child elementpublic Q getQ()
getQ
in interface DSAKeyValue
public void setQ(Q newQ)
setQ
in interface DSAKeyValue
newQ
- the new Q child elementpublic G getG()
getG
in interface DSAKeyValue
public void setG(G newG)
setG
in interface DSAKeyValue
newG
- the new G child elementpublic Y getY()
getY
in interface DSAKeyValue
public void setY(Y newY)
setY
in interface DSAKeyValue
newY
- the new Y child elementpublic J getJ()
getJ
in interface DSAKeyValue
public void setJ(J newJ)
setJ
in interface DSAKeyValue
newJ
- the new J child elementpublic Seed getSeed()
getSeed
in interface DSAKeyValue
public void setSeed(Seed newSeed)
setSeed
in interface DSAKeyValue
newSeed
- new Seed elementpublic PgenCounter getPgenCounter()
getPgenCounter
in interface DSAKeyValue
public void setPgenCounter(PgenCounter newPgenCounter)
setPgenCounter
in interface DSAKeyValue
newPgenCounter
- new PgenCounter elementpublic List<XMLObject> getOrderedChildren()
getOrderedChildren
in interface XMLObject
Copyright © 2018 JBoss by Red Hat. All rights reserved.