public class AccessType
extends java.lang.Object
Java class for accessType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accessType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="user" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
group |
protected java.lang.String |
user |
| Constructor and Description |
|---|
AccessType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroup()
Gets the value of the group property.
|
java.lang.String |
getUser()
Gets the value of the user property.
|
void |
setGroup(java.lang.String value)
Sets the value of the group property.
|
void |
setUser(java.lang.String value)
Sets the value of the user property.
|
public java.lang.String getUser()
Stringpublic void setUser(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGroup()
Stringpublic void setGroup(java.lang.String value)
value - allowed object is
String