public class DHKeyValueImpl extends AbstractValidatingXMLObject implements DHKeyValue
DHKeyValue
.DEFAULT_ELEMENT_LOCAL_NAME, DEFAULT_ELEMENT_NAME, TYPE_LOCAL_NAME, TYPE_NAME
修飾子 | コンストラクタと説明 |
---|---|
protected |
DHKeyValueImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Generator |
getGenerator()
Get the Generator 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.
|
Public |
getPublic()
Get the Public element.
|
Q |
getQ()
Get the Q child element.
|
Seed |
getSeed()
Get the seed element.
|
void |
setGenerator(Generator newGenerator)
Set the G child element.
|
void |
setP(P newP)
Set the P child element.
|
void |
setPgenCounter(PgenCounter newPgenCounter)
Set the pgenCounter element.
|
void |
setPublic(Public newPublic)
Set the Public element.
|
void |
setQ(Q newQ)
Set the Q child element.
|
void |
setSeed(Seed newSeed)
Set the seed 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
インタフェース内 DHKeyValue
public void setP(P newP)
setP
インタフェース内 DHKeyValue
newP
- the new P child elementpublic Q getQ()
getQ
インタフェース内 DHKeyValue
public void setQ(Q newQ)
setQ
インタフェース内 DHKeyValue
newQ
- the new Q child elementpublic Generator getGenerator()
getGenerator
インタフェース内 DHKeyValue
public void setGenerator(Generator newGenerator)
setGenerator
インタフェース内 DHKeyValue
newGenerator
- the new G child elementpublic Public getPublic()
getPublic
インタフェース内 DHKeyValue
public void setPublic(Public newPublic)
setPublic
インタフェース内 DHKeyValue
newPublic
- the new Public child elementpublic Seed getSeed()
getSeed
インタフェース内 DHKeyValue
public void setSeed(Seed newSeed)
setSeed
インタフェース内 DHKeyValue
newSeed
- new seed elementpublic PgenCounter getPgenCounter()
getPgenCounter
インタフェース内 DHKeyValue
public void setPgenCounter(PgenCounter newPgenCounter)
setPgenCounter
インタフェース内 DHKeyValue
newPgenCounter
- new pgenCounter elementpublic List<XMLObject> getOrderedChildren()
getOrderedChildren
インタフェース内 XMLObject
Copyright © 2012. All Rights Reserved.