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 name="version" type="{}Version" minOccurs="0"/>
<element ref="{}schema" minOccurs="0"/>
<element name="general" type="{}GeneralMetadata" 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>
| Constructor and Description |
|---|
RSDL() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
GeneralMetadata |
getGeneral()
Gets the value of the general 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 |
isSetGeneral() |
boolean |
isSetHref() |
boolean |
isSetLinks() |
boolean |
isSetRel() |
boolean |
isSetSchema() |
boolean |
isSetVersion() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGeneral(GeneralMetadata value)
Sets the value of the general 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.
|
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 GeneralMetadata getGeneral()
GeneralMetadatapublic void setGeneral(GeneralMetadata value)
value - allowed object is
GeneralMetadatapublic boolean isSetGeneral()
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 String getRel()
Stringpublic void setRel(String value)
value - allowed object is
Stringpublic boolean isSetRel()
Copyright ? 2010 Red Hat, Inc - released under the Apache License Version 2.0