public interface DHKeyValue extends XMLObject
| Modifier and Type | Field and Description | 
|---|---|
| static String | DEFAULT_ELEMENT_LOCAL_NAMEElement local name. | 
| static QName | DEFAULT_ELEMENT_NAMEDefault element name. | 
| static String | TYPE_LOCAL_NAMELocal name of the XSI type. | 
| static QName | TYPE_NAMEQName of the XSI type. | 
| Modifier and Type | Method and Description | 
|---|---|
| Generator | getGenerator()Get the Generator child element. | 
| 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. | 
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, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
void setP(@Nullable P newP)
newP - the new P child elementvoid setQ(@Nullable Q newQ)
newQ - the new Q child element@Nullable Generator getGenerator()
void setGenerator(@Nullable Generator newGenerator)
newGenerator - the new G child elementvoid setPublic(@Nullable Public newPublic)
newPublic - the new Public child elementvoid setSeed(@Nullable Seed newSeed)
newSeed - new seed element@Nullable PgenCounter getPgenCounter()
void setPgenCounter(@Nullable PgenCounter newPgenCounter)
newPgenCounter - new pgenCounter elementCopyright © 2016 JBoss by Red Hat. All rights reserved.