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()
Request
public void setRequest(Request value)
value
- allowed object is
Request
public boolean isSetRequest()
public Response getResponse()
Response
public void setResponse(Response value)
value
- allowed object is
Response
public boolean isSetResponse()
public LinkCapabilities getLinkCapabilities()
LinkCapabilities
public void setLinkCapabilities(LinkCapabilities value)
value
- allowed object is
LinkCapabilities
public boolean isSetLinkCapabilities()
Copyright © 2012. All Rights Reserved.