@Exported public class View extends Object
Java class for view complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="view">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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"/>
<element name="parentnode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="viewtype" type="{http://www.fatwire.com/schema/rest/1.0}viewTypeEnum"/>
<element name="sourceurl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="javascriptcontent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includecontent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected long |
id |
protected String |
includecontent |
protected String |
javascriptcontent |
protected String |
name |
protected String |
parentnode |
protected String |
sourceurl |
protected ViewTypeEnum |
viewtype |
| Constructor and Description |
|---|
View() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
long |
getId()
Gets the value of the id property.
|
String |
getIncludecontent()
Gets the value of the includecontent property.
|
String |
getJavascriptcontent()
Gets the value of the javascriptcontent property.
|
String |
getName()
Gets the value of the name property.
|
String |
getParentnode()
Gets the value of the parentnode property.
|
String |
getSourceurl()
Gets the value of the sourceurl property.
|
ViewTypeEnum |
getViewtype()
Gets the value of the viewtype property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setId(long value)
Sets the value of the id property.
|
void |
setIncludecontent(String value)
Sets the value of the includecontent property.
|
void |
setJavascriptcontent(String value)
Sets the value of the javascriptcontent property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setParentnode(String value)
Sets the value of the parentnode property.
|
void |
setSourceurl(String value)
Sets the value of the sourceurl property.
|
void |
setViewtype(ViewTypeEnum value)
Sets the value of the viewtype property.
|
protected long id
protected String name
protected String description
protected String parentnode
protected ViewTypeEnum viewtype
protected String sourceurl
protected String javascriptcontent
protected String includecontent
public long getId()
public void setId(long value)
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getParentnode()
Stringpublic void setParentnode(String value)
value - allowed object is
Stringpublic ViewTypeEnum getViewtype()
ViewTypeEnumpublic void setViewtype(ViewTypeEnum value)
value - allowed object is
ViewTypeEnumpublic String getSourceurl()
Stringpublic void setSourceurl(String value)
value - allowed object is
Stringpublic String getJavascriptcontent()
Stringpublic void setJavascriptcontent(String value)
value - allowed object is
Stringpublic String getIncludecontent()
String