public interface DSAKeyValue extends ValidatingXMLObject
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.
|
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, 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
P getP()
void setP(P newP)
newP
- the new P child elementQ getQ()
void setQ(Q newQ)
newQ
- the new Q child elementG getG()
void setG(G newG)
newG
- the new G child elementY getY()
void setY(Y newY)
newY
- the new Y child elementJ getJ()
void setJ(J newJ)
newJ
- the new J child elementSeed getSeed()
void setSeed(Seed newSeed)
newSeed
- new Seed elementPgenCounter getPgenCounter()
void setPgenCounter(PgenCounter newPgenCounter)
newPgenCounter
- new PgenCounter elementCopyright © 2018 JBoss by Red Hat. All rights reserved.