public class UserResourceItem
extends java.lang.Object
Java class for userResourceItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="userResourceItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="action" use="required">
<simpleType>
<restriction base="{}allActions">
<enumeration value="locate"/>
<enumeration value="export"/>
</restriction>
</simpleType>
</attribute>
<attribute name="owner" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uniquename" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="domain" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.String |
domain |
protected java.lang.String |
owner |
protected java.lang.String |
uniquename |
| Constructor and Description |
|---|
UserResourceItem() |
| 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 |
getOwner()
Gets the value of the owner property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename 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 |
setOwner(java.lang.String value)
Sets the value of the owner property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected AllActions action
protected java.lang.String owner
protected java.lang.String uniquename
protected java.lang.String domain
public AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getOwner()
Stringpublic void setOwner(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