public class WebAppItem
extends java.lang.Object
Java class for webAppItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="webAppItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="context-root" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="display-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="access-control" type="{}accessControlData" minOccurs="0"/>
<element name="servlet" type="{}servletItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="portlet-app" type="{}portletAppItem" maxOccurs="unbounded" minOccurs="0"/>
<element name="transformation-app" type="{}transformationAppItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute ref="{}active"/>
<attribute name="uid" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="removable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="debug" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="predeployed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="preserve-settings" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessControlData |
accessControl |
protected AllActions |
action |
protected java.lang.Boolean |
active |
protected java.lang.String |
contextRoot |
protected java.lang.Boolean |
debug |
protected java.lang.String |
displayName |
protected java.lang.String |
domain |
protected java.lang.String |
objectid |
protected java.util.List<PortletAppItem> |
portletApp |
protected java.lang.Boolean |
predeployed |
protected java.lang.String |
preserveSettings |
protected java.lang.Boolean |
removable |
protected java.util.List<ServletItem> |
servlet |
protected java.util.List<TransformationAppItem> |
transformationApp |
protected java.lang.String |
uid |
protected java.lang.String |
uniquename |
protected java.lang.String |
url |
| Constructor and Description |
|---|
WebAppItem() |
| Modifier and Type | Method and Description |
|---|---|
AccessControlData |
getAccessControl()
Gets the value of the accessControl property.
|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getContextRoot()
Gets the value of the contextRoot property.
|
java.lang.String |
getDisplayName()
Gets the value of the displayName property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.util.List<PortletAppItem> |
getPortletApp()
Gets the value of the portletApp property.
|
java.lang.String |
getPreserveSettings()
Gets the value of the preserveSettings property.
|
java.util.List<ServletItem> |
getServlet()
Gets the value of the servlet property.
|
java.util.List<TransformationAppItem> |
getTransformationApp()
Gets the value of the transformationApp property.
|
java.lang.String |
getUid()
Gets the value of the uid property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
java.lang.Boolean |
isActive()
If the Web application is not active, contained portlets cannot be accessed.
|
java.lang.Boolean |
isDebug()
Gets the value of the debug property.
|
java.lang.Boolean |
isPredeployed()
Gets the value of the predeployed property.
|
java.lang.Boolean |
isRemovable()
Gets the value of the removable property.
|
void |
setAccessControl(AccessControlData value)
Sets the value of the accessControl 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 |
setContextRoot(java.lang.String value)
Sets the value of the contextRoot property.
|
void |
setDebug(java.lang.Boolean value)
Sets the value of the debug property.
|
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setPredeployed(java.lang.Boolean value)
Sets the value of the predeployed property.
|
void |
setPreserveSettings(java.lang.String value)
Sets the value of the preserveSettings property.
|
void |
setRemovable(java.lang.Boolean value)
Sets the value of the removable property.
|
void |
setUid(java.lang.String value)
Sets the value of the uid property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
protected java.lang.String url
protected java.lang.String contextRoot
protected java.lang.String displayName
protected AccessControlData accessControl
protected java.util.List<ServletItem> servlet
protected java.util.List<PortletAppItem> portletApp
protected java.util.List<TransformationAppItem> transformationApp
protected java.lang.Boolean active
protected java.lang.String uid
protected java.lang.Boolean removable
protected java.lang.Boolean debug
protected java.lang.Boolean predeployed
protected java.lang.String preserveSettings
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getContextRoot()
Stringpublic void setContextRoot(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic AccessControlData getAccessControl()
AccessControlDatapublic void setAccessControl(AccessControlData value)
value - allowed object is
AccessControlDatapublic java.util.List<ServletItem> getServlet()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the servlet property.
For example, to add a new item, do as follows:
getServlet().add(newItem);
Objects of the following type(s) are allowed in the list
ServletItem
public java.util.List<PortletAppItem> getPortletApp()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the portletApp property.
For example, to add a new item, do as follows:
getPortletApp().add(newItem);
Objects of the following type(s) are allowed in the list
PortletAppItem
public java.util.List<TransformationAppItem> getTransformationApp()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the transformationApp property.
For example, to add a new item, do as follows:
getTransformationApp().add(newItem);
Objects of the following type(s) are allowed in the list
TransformationAppItem
public java.lang.Boolean isActive()
Booleanpublic void setActive(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getUid()
Stringpublic void setUid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isRemovable()
Booleanpublic void setRemovable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isDebug()
Booleanpublic void setDebug(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isPredeployed()
Booleanpublic void setPredeployed(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getPreserveSettings()
Stringpublic void setPreserveSettings(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