@Exported public class Site extends Object
Java class for site complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="site">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
href |
protected long |
id |
protected String |
name |
| Constructor and Description |
|---|
Site() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getHref()
Gets the value of the href property.
|
long |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String href
protected long id
protected String name
protected String description
public String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
String