public class RegisterResultType extends ResultType
Java class for RegisterResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RegisterResultType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}ResultType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}KeyBinding" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}PrivateKey" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<KeyBindingType> |
keyBinding |
protected PrivateKeyType |
privateKey |
requestId, requestSignatureValue, resultMajor, resultMinorid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
RegisterResultType() |
| Modifier and Type | Method and Description |
|---|---|
List<KeyBindingType> |
getKeyBinding()
Gets the value of the keyBinding property.
|
PrivateKeyType |
getPrivateKey()
Gets the value of the privateKey property.
|
void |
setPrivateKey(PrivateKeyType value)
Sets the value of the privateKey property.
|
getRequestId, getRequestSignatureValue, getResultMajor, getResultMinor, setRequestId, setRequestSignatureValue, setResultMajor, setResultMinorgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected List<KeyBindingType> keyBinding
protected PrivateKeyType privateKey
public List<KeyBindingType> getKeyBinding()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the keyBinding property.
For example, to add a new item, do as follows:
getKeyBinding().add(newItem);
Objects of the following type(s) are allowed in the list
KeyBindingType
public PrivateKeyType getPrivateKey()
PrivateKeyTypepublic void setPrivateKey(PrivateKeyType value)
value - allowed object is
PrivateKeyTypeApache CXF