public class PortalURLData
extends java.lang.Object
Java class for portalURLData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="portalURLData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="resourceref" use="required" type="{}referenceType" />
<attribute name="locale" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute ref="{}update"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
locale |
protected java.lang.String |
resourceref |
protected UpdateValues |
update |
| Constructor and Description |
|---|
PortalURLData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocale()
Gets the value of the locale property.
|
java.lang.String |
getResourceref()
Gets the value of the resourceref property.
|
UpdateValues |
getUpdate()
Gets the value of the update property.
|
void |
setLocale(java.lang.String value)
Sets the value of the locale property.
|
void |
setResourceref(java.lang.String value)
Sets the value of the resourceref property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
protected java.lang.String resourceref
protected java.lang.String locale
protected UpdateValues update
public java.lang.String getResourceref()
Stringpublic void setResourceref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLocale()
Stringpublic void setLocale(java.lang.String value)
value - allowed object is
Stringpublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValues