Package org.apache.cxf.xkms.model.xkms
Class LocateResultType
java.lang.Object
org.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.ResultType
org.apache.cxf.xkms.model.xkms.LocateResultType
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>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.xkms.model.xkms.ResultType
requestId, requestSignatureValue, resultMajor, resultMinorFields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
id, messageExtension, nonce, opaqueClientData, service, signature -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the unverifiedKeyBinding property.Methods inherited from class org.apache.cxf.xkms.model.xkms.ResultType
getRequestId, getRequestSignatureValue, getResultMajor, getResultMinor, setRequestId, setRequestSignatureValue, setResultMajor, setResultMinorMethods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature
-
Field Details
-
unverifiedKeyBinding
-
-
Constructor Details
-
LocateResultType
public LocateResultType()
-
-
Method Details
-
getUnverifiedKeyBinding
Gets the value of the unverifiedKeyBinding property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-