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()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public Version getVersion()
Version
public void setVersion(Version value)
value
- allowed object is
Version
public boolean isSetVersion()
public Schema getSchema()
Schema
public void setSchema(Schema value)
value
- allowed object is
Schema
public boolean isSetSchema()
public GeneralMetadata getGeneral()
GeneralMetadata
public void setGeneral(GeneralMetadata value)
value
- allowed object is
GeneralMetadata
public boolean isSetGeneral()
public DetailedLinks getLinks()
DetailedLinks
public void setLinks(DetailedLinks value)
value
- allowed object is
DetailedLinks
public boolean isSetLinks()
public String getHref()
String
public void setHref(String value)
value
- allowed object is
String
public boolean isSetHref()
public void setRel(String value)
value
- allowed object is
String
public boolean isSetRel()
Copyright © 2010 Red Hat, Inc - released under the Apache License Version 2.0