public class Webreference extends Object
Java class for webreference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webreference"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="webroot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="redirecturl" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="template" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="wrapper" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="autogenerated" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="default" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="httpstatus" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="createddate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="modifiedate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="dgroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="params" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="href" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="redirectwebroot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Boolean |
autogenerated |
protected Date |
createddate |
protected String |
dgroup |
protected String |
href |
protected int |
httpstatus |
protected Date |
modifiedate |
protected String |
params |
protected String |
redirecturl |
protected String |
redirectwebroot |
protected String |
template |
protected String |
url |
protected String |
webroot |
protected String |
wrapper |
Constructor and Description |
---|
Webreference() |
Modifier and Type | Method and Description |
---|---|
Date |
getCreateddate()
Gets the value of the createddate property.
|
String |
getDgroup()
Gets the value of the dgroup property.
|
String |
getHref()
Gets the value of the href property.
|
int |
getHttpstatus()
Gets the value of the httpstatus property.
|
Date |
getModifiedate()
Gets the value of the modifiedate property.
|
String |
getParams()
Gets the value of the params property.
|
String |
getRedirecturl()
Gets the value of the redirecturl property.
|
String |
getRedirectwebroot()
Gets the value of the redirectwebroot property.
|
String |
getTemplate()
Gets the value of the template property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getWebroot()
Gets the value of the webroot property.
|
String |
getWrapper()
Gets the value of the wrapper property.
|
Boolean |
isAutogenerated()
Gets the value of the autogenerated property.
|
Boolean |
isDefault()
Gets the value of the default property.
|
void |
setAutogenerated(Boolean value)
Sets the value of the autogenerated property.
|
void |
setCreateddate(Date value)
Sets the value of the createddate property.
|
void |
setDefault(Boolean value)
Sets the value of the default property.
|
void |
setDgroup(String value)
Sets the value of the dgroup property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setHttpstatus(int value)
Sets the value of the httpstatus property.
|
void |
setModifiedate(Date value)
Sets the value of the modifiedate property.
|
void |
setParams(String value)
Sets the value of the params property.
|
void |
setRedirecturl(String value)
Sets the value of the redirecturl property.
|
void |
setRedirectwebroot(String value)
Sets the value of the redirectwebroot property.
|
void |
setTemplate(String value)
Sets the value of the template property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setWebroot(String value)
Sets the value of the webroot property.
|
void |
setWrapper(String value)
Sets the value of the wrapper property.
|
protected String url
protected String webroot
protected String redirecturl
protected String template
protected String wrapper
protected Boolean autogenerated
protected int httpstatus
protected Date createddate
protected Date modifiedate
protected String dgroup
protected String params
protected String href
protected String redirectwebroot
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is String
public String getWebroot()
String
public void setWebroot(String value)
value
- allowed object is String
public String getRedirecturl()
String
public void setRedirecturl(String value)
value
- allowed object is String
public String getTemplate()
String
public void setTemplate(String value)
value
- allowed object is String
public String getWrapper()
String
public void setWrapper(String value)
value
- allowed object is String
public Boolean isAutogenerated()
Boolean
public void setAutogenerated(Boolean value)
value
- allowed object is Boolean
public Boolean isDefault()
Boolean
public void setDefault(Boolean value)
value
- allowed object is Boolean
public int getHttpstatus()
public void setHttpstatus(int value)
public Date getCreateddate()
String
public void setCreateddate(Date value)
value
- allowed object is String
public Date getModifiedate()
String
public void setModifiedate(Date value)
value
- allowed object is String
public String getDgroup()
String
public void setDgroup(String value)
value
- allowed object is String
public String getParams()
String
public void setParams(String value)
value
- allowed object is String
public String getHref()
String
public void setHref(String value)
value
- allowed object is String
public String getRedirectwebroot()
String