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 name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}request" minOccurs="0"/>
<element ref="{}response" minOccurs="0"/>
<element ref="{}linkCapabilities" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
DetailedLink() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
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 |
isSetDescription() |
boolean |
isSetLinkCapabilities() |
boolean |
isSetRequest() |
boolean |
isSetResponse() |
void |
setDescription(String value)
Sets the value of the description property.
|
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.
|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
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 ? 2010 Red Hat, Inc - released under the Apache License Version 2.0