public class DSAKeyValueImpl extends AbstractValidatingXMLObject implements DSAKeyValue
DSAKeyValueDEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
DSAKeyValueImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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, validateChildrenaddNamespace, 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, setSchemaTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitderegisterValidator, getValidators, registerValidator, validateaddNamespace, 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, setSchemaLocationpublic P getP()
getP インタフェース内 DSAKeyValuepublic void setP(P newP)
setP インタフェース内 DSAKeyValuenewP - the new P child elementpublic Q getQ()
getQ インタフェース内 DSAKeyValuepublic void setQ(Q newQ)
setQ インタフェース内 DSAKeyValuenewQ - the new Q child elementpublic G getG()
getG インタフェース内 DSAKeyValuepublic void setG(G newG)
setG インタフェース内 DSAKeyValuenewG - the new G child elementpublic Y getY()
getY インタフェース内 DSAKeyValuepublic void setY(Y newY)
setY インタフェース内 DSAKeyValuenewY - the new Y child elementpublic J getJ()
getJ インタフェース内 DSAKeyValuepublic void setJ(J newJ)
setJ インタフェース内 DSAKeyValuenewJ - the new J child elementpublic Seed getSeed()
getSeed インタフェース内 DSAKeyValuepublic void setSeed(Seed newSeed)
setSeed インタフェース内 DSAKeyValuenewSeed - new Seed elementpublic PgenCounter getPgenCounter()
getPgenCounter インタフェース内 DSAKeyValuepublic void setPgenCounter(PgenCounter newPgenCounter)
setPgenCounter インタフェース内 DSAKeyValuenewPgenCounter - new PgenCounter elementpublic List<XMLObject> getOrderedChildren()
getOrderedChildren インタフェース内 XMLObjectCopyright © 2012. All Rights Reserved.