public class RSDL extends Object
Java class for RSDL complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RSDL">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{}version" minOccurs="0"/>
<element ref="{}schema" minOccurs="0"/>
<element name="links" type="{}DetailedLinks" minOccurs="0"/>
</sequence>
<attribute name="href" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
href |
protected DetailedLinks |
links |
protected String |
rel |
protected Schema |
schema |
protected Version |
version |
| Constructor and Description |
|---|
RSDL() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getHref()
Gets the value of the href property.
|
DetailedLinks |
getLinks()
Gets the value of the links property.
|
String |
getRel()
Gets the value of the rel property.
|
Schema |
getSchema()
Gets the value of the schema property.
|
Version |
getVersion()
Gets the value of the version property.
|
boolean |
isSetDescription() |
boolean |
isSetHref() |
boolean |
isSetLinks() |
boolean |
isSetRel() |
boolean |
isSetSchema() |
boolean |
isSetVersion() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setLinks(DetailedLinks value)
Sets the value of the links property.
|
void |
setRel(String value)
Sets the value of the rel property.
|
void |
setSchema(Schema value)
Sets the value of the schema property.
|
void |
setVersion(Version value)
Sets the value of the version property.
|
protected String description
protected Version version
protected Schema schema
protected DetailedLinks links
protected String href
protected String rel
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public Version getVersion()
Versionpublic void setVersion(Version value)
value - allowed object is
Versionpublic boolean isSetVersion()
public Schema getSchema()
Schemapublic void setSchema(Schema value)
value - allowed object is
Schemapublic boolean isSetSchema()
public DetailedLinks getLinks()
DetailedLinkspublic void setLinks(DetailedLinks value)
value - allowed object is
DetailedLinkspublic boolean isSetLinks()
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic boolean isSetHref()
public void setRel(String value)
value - allowed object is
Stringpublic boolean isSetRel()
Copyright © 2012. All Rights Reserved.