|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.xkms.model.xkms.MessageAbstractType
org.apache.cxf.xkms.model.xkms.RequestAbstractType
public abstract class RequestAbstractType
Java class for RequestAbstractType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestAbstractType">
<complexContent>
<extension base="{http://www.w3.org/2002/03/xkms#}MessageAbstractType">
<sequence>
<element ref="{http://www.w3.org/2002/03/xkms#}ResponseMechanism" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}RespondWith" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.w3.org/2002/03/xkms#}PendingNotification" minOccurs="0"/>
</sequence>
<attribute name="OriginalRequestId" type="{http://www.w3.org/2001/XMLSchema}NCName" />
<attribute name="ResponseLimit" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
originalRequestId
|
protected PendingNotificationType |
pendingNotification
|
protected List<String> |
respondWith
|
protected BigInteger |
responseLimit
|
protected List<String> |
responseMechanism
|
| Fields inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType |
|---|
id, messageExtension, nonce, opaqueClientData, service, signature |
| Constructor Summary | |
|---|---|
RequestAbstractType()
|
|
| Method Summary | |
|---|---|
String |
getOriginalRequestId()
Gets the value of the originalRequestId property. |
PendingNotificationType |
getPendingNotification()
Gets the value of the pendingNotification property. |
List<String> |
getRespondWith()
Gets the value of the respondWith property. |
BigInteger |
getResponseLimit()
Gets the value of the responseLimit property. |
List<String> |
getResponseMechanism()
Gets the value of the responseMechanism property. |
void |
setOriginalRequestId(String value)
Sets the value of the originalRequestId property. |
void |
setPendingNotification(PendingNotificationType value)
Sets the value of the pendingNotification property. |
void |
setResponseLimit(BigInteger value)
Sets the value of the responseLimit property. |
| Methods inherited from class org.apache.cxf.xkms.model.xkms.MessageAbstractType |
|---|
getId, getMessageExtension, getNonce, getOpaqueClientData, getService, getSignature, setId, setNonce, setOpaqueClientData, setService, setSignature |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<String> responseMechanism
protected List<String> respondWith
protected PendingNotificationType pendingNotification
protected String originalRequestId
protected BigInteger responseLimit
| Constructor Detail |
|---|
public RequestAbstractType()
| Method Detail |
|---|
public List<String> getResponseMechanism()
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 responseMechanism property.
For example, to add a new item, do as follows:
getResponseMechanism().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getRespondWith()
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 respondWith property.
For example, to add a new item, do as follows:
getRespondWith().add(newItem);
Objects of the following type(s) are allowed in the list
String
public PendingNotificationType getPendingNotification()
PendingNotificationTypepublic void setPendingNotification(PendingNotificationType value)
value - allowed object is
PendingNotificationTypepublic String getOriginalRequestId()
Stringpublic void setOriginalRequestId(String value)
value - allowed object is
Stringpublic BigInteger getResponseLimit()
BigIntegerpublic void setResponseLimit(BigInteger value)
value - allowed object is
BigInteger
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||