public interface DSAKeyValue extends XMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.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, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
@Nullable P getP()
void setP(@Nullable
P newP)
newP - the new P child element@Nullable Q getQ()
void setQ(@Nullable
Q newQ)
newQ - the new Q child element@Nullable G getG()
void setG(@Nullable
G newG)
newG - the new G child element@Nullable Y getY()
void setY(@Nullable
Y newY)
newY - the new Y child element@Nullable J getJ()
void setJ(@Nullable
J newJ)
newJ - the new J child element@Nullable Seed getSeed()
void setSeed(@Nullable
Seed newSeed)
newSeed - new Seed element@Nullable PgenCounter getPgenCounter()
void setPgenCounter(@Nullable
PgenCounter newPgenCounter)
newPgenCounter - new PgenCounter element