public class ServletItem
extends java.lang.Object
Java class for servletItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="servletItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{}active"/>
<attribute name="referenceid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="remote-cache-dynamic" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="wsrp-producerref" type="{}referenceType" />
<attribute name="remotehandle" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.Boolean |
active |
protected java.lang.String |
domain |
protected java.lang.String |
name |
protected java.lang.String |
objectid |
protected java.lang.String |
referenceid |
protected java.lang.Boolean |
remoteCacheDynamic |
protected java.lang.String |
remotehandle |
protected java.lang.String |
uniquename |
protected java.lang.String |
wsrpProducerref |
| Constructor and Description |
|---|
ServletItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getReferenceid()
Gets the value of the referenceid property.
|
java.lang.String |
getRemotehandle()
Gets the value of the remotehandle property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.lang.String |
getWsrpProducerref()
Gets the value of the wsrpProducerref property.
|
java.lang.Boolean |
isActive()
If the servlet is not active, portlets derived from it cannot be accessed.
|
java.lang.Boolean |
isRemoteCacheDynamic()
Gets the value of the remoteCacheDynamic property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setActive(java.lang.Boolean value)
Sets the value of the active property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setReferenceid(java.lang.String value)
Sets the value of the referenceid property.
|
void |
setRemoteCacheDynamic(java.lang.Boolean value)
Sets the value of the remoteCacheDynamic property.
|
void |
setRemotehandle(java.lang.String value)
Sets the value of the remotehandle property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
void |
setWsrpProducerref(java.lang.String value)
Sets the value of the wsrpProducerref property.
|
protected java.lang.String name
protected java.lang.Boolean active
protected java.lang.String referenceid
protected java.lang.Boolean remoteCacheDynamic
protected java.lang.String wsrpProducerref
protected java.lang.String remotehandle
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isActive()
Booleanpublic void setActive(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getReferenceid()
Stringpublic void setReferenceid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isRemoteCacheDynamic()
Booleanpublic void setRemoteCacheDynamic(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getWsrpProducerref()
Stringpublic void setWsrpProducerref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRemotehandle()
Stringpublic void setRemotehandle(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String