public interface DSAKeyValue extends XMLObject
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
Modifier and Type | Method and Description |
---|---|
G |
getG()
Get the G child element.
|
J |
getJ()
Get the J child element.
|
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.
|
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, setSchemaLocation
static 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 elementvoid setG(@Nullable G newG)
newG
- the new G child elementvoid setY(@Nullable Y newY)
newY
- the new Y child elementvoid setJ(@Nullable J newJ)
newJ
- the new J 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.