public class UrlMappingItem
extends java.lang.Object
Java class for urlMappingItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="urlMappingItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="access-control" type="{}accessControlData" minOccurs="0"/>
<element name="additional-label" type="{}additionalLabelData" maxOccurs="unbounded" minOccurs="0"/>
<element name="portal-url" type="{}portalURLData" minOccurs="0"/>
<element name="url-mapping-context" type="{}urlMappingItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="label" 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.util.List<AdditionalLabelData> |
additionalLabel |
protected java.lang.String |
domain |
protected java.lang.String |
label |
protected java.lang.String |
objectid |
protected PortalURLData |
portalUrl |
protected java.lang.String |
uniquename |
protected java.util.List<UrlMappingItem> |
urlMappingContext |
| Constructor and Description |
|---|
UrlMappingItem() |
| 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.util.List<AdditionalLabelData> |
getAdditionalLabel()
Gets the value of the additionalLabel property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getLabel()
Gets the value of the label property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
PortalURLData |
getPortalUrl()
Gets the value of the portalUrl property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.util.List<UrlMappingItem> |
getUrlMappingContext()
Gets the value of the urlMappingContext property.
|
void |
setAccessControl(AccessControlData value)
Sets the value of the accessControl property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setLabel(java.lang.String value)
Sets the value of the label property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setPortalUrl(PortalURLData value)
Sets the value of the portalUrl property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected AccessControlData accessControl
protected java.util.List<AdditionalLabelData> additionalLabel
protected PortalURLData portalUrl
protected java.util.List<UrlMappingItem> urlMappingContext
protected java.lang.String label
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public AccessControlData getAccessControl()
AccessControlDatapublic void setAccessControl(AccessControlData value)
value - allowed object is
AccessControlDatapublic java.util.List<AdditionalLabelData> getAdditionalLabel()
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 additionalLabel property.
For example, to add a new item, do as follows:
getAdditionalLabel().add(newItem);
Objects of the following type(s) are allowed in the list
AdditionalLabelData
public PortalURLData getPortalUrl()
PortalURLDatapublic void setPortalUrl(PortalURLData value)
value - allowed object is
PortalURLDatapublic java.util.List<UrlMappingItem> getUrlMappingContext()
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 urlMappingContext property.
For example, to add a new item, do as follows:
getUrlMappingContext().add(newItem);
Objects of the following type(s) are allowed in the list
UrlMappingItem
public java.lang.String getLabel()
Stringpublic void setLabel(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