public class DetailedLink extends Link
Java class for DetailedLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DetailedLink">
<complexContent>
<extension base="{}Link">
<sequence>
<element ref="{}request" minOccurs="0"/>
<element ref="{}response" minOccurs="0"/>
<element ref="{}linkCapabilities" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LinkCapabilities |
linkCapabilities |
protected Request |
request |
protected Response |
response |
| Constructor and Description |
|---|
DetailedLink() |
| Modifier and Type | Method and Description |
|---|---|
LinkCapabilities |
getLinkCapabilities()
Gets the value of the linkCapabilities property.
|
Request |
getRequest()
Gets the value of the request property.
|
Response |
getResponse()
Gets the value of the response property.
|
boolean |
isSetLinkCapabilities() |
boolean |
isSetRequest() |
boolean |
isSetResponse() |
void |
setLinkCapabilities(LinkCapabilities value)
Sets the value of the linkCapabilities property.
|
void |
setRequest(Request value)
Sets the value of the request property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
protected Request request
protected Response response
protected LinkCapabilities linkCapabilities
public Request getRequest()
Requestpublic void setRequest(Request value)
value - allowed object is
Requestpublic boolean isSetRequest()
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is
Responsepublic boolean isSetResponse()
public LinkCapabilities getLinkCapabilities()
LinkCapabilitiespublic void setLinkCapabilities(LinkCapabilities value)
value - allowed object is
LinkCapabilitiespublic boolean isSetLinkCapabilities()
Copyright © 2012. All Rights Reserved.