public class LocateResultType extends ResultType
Java class for LocateResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LocateResultType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}ResultType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}UnverifiedKeyBinding" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<UnverifiedKeyBindingType> |
unverifiedKeyBinding |
requestId, requestSignatureValue, resultMajor, resultMinorid, messageExtension, nonce, opaqueClientData, service, signature| Constructor and Description |
|---|
LocateResultType() |
| Modifier and Type | Method and Description |
|---|---|
List<UnverifiedKeyBindingType> |
getUnverifiedKeyBinding()
Gets the value of the unverifiedKeyBinding property.
|
getRequestId, getRequestSignatureValue, getResultMajor, getResultMinor, setRequestId, setRequestSignatureValue, setResultMajor, setResultMinorgetId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignatureprotected List<UnverifiedKeyBindingType> unverifiedKeyBinding
public List<UnverifiedKeyBindingType> getUnverifiedKeyBinding()
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 unverifiedKeyBinding property.
For example, to add a new item, do as follows:
getUnverifiedKeyBinding().add(newItem);
Objects of the following type(s) are allowed in the list
UnverifiedKeyBindingType
Apache CXF