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()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
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 ? 2010 Red Hat, Inc - released under the Apache License Version 2.0