|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.archer.schemas.icat.UserAccessGroup
public class UserAccessGroup
Java class for UserAccessGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UserAccessGroup">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="user" type="{http://archer.edu.au/schemas/icat}FacilityUser" minOccurs="0"/>
<element name="userID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accessGroup" type="{http://archer.edu.au/schemas/icat}AccessGroup" minOccurs="0"/>
<element name="accessGroupID" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AccessGroup |
accessGroup
|
protected java.lang.Long |
accessGroupID
|
protected java.lang.Integer |
createId
|
protected java.util.Calendar |
createTime
|
protected java.lang.Integer |
modifyId
|
protected java.util.Calendar |
modifyTime
|
protected FacilityUser |
user
|
protected java.lang.String |
userID
|
| Constructor Summary | |
|---|---|
UserAccessGroup()
|
|
| Method Summary | |
|---|---|
AccessGroup |
getAccessGroup()
Gets the value of the accessGroup property. |
java.lang.Long |
getAccessGroupID()
Gets the value of the accessGroupID property. |
java.lang.Integer |
getCreateId()
Gets the value of the createId property. |
java.util.Calendar |
getCreateTime()
Gets the value of the createTime property. |
java.lang.Integer |
getModifyId()
Gets the value of the modifyId property. |
java.util.Calendar |
getModifyTime()
Gets the value of the modifyTime property. |
FacilityUser |
getUser()
Gets the value of the user property. |
java.lang.String |
getUserID()
Gets the value of the userID property. |
boolean |
isSetAccessGroup()
|
boolean |
isSetAccessGroupID()
|
boolean |
isSetCreateId()
|
boolean |
isSetCreateTime()
|
boolean |
isSetModifyId()
|
boolean |
isSetModifyTime()
|
boolean |
isSetUser()
|
boolean |
isSetUserID()
|
void |
setAccessGroup(AccessGroup value)
Sets the value of the accessGroup property. |
void |
setAccessGroupID(java.lang.Long value)
Sets the value of the accessGroupID property. |
void |
setCreateId(java.lang.Integer value)
Sets the value of the createId property. |
void |
setCreateTime(java.util.Calendar value)
Sets the value of the createTime property. |
void |
setModifyId(java.lang.Integer value)
Sets the value of the modifyId property. |
void |
setModifyTime(java.util.Calendar value)
Sets the value of the modifyTime property. |
void |
setUser(FacilityUser value)
Sets the value of the user property. |
void |
setUserID(java.lang.String value)
Sets the value of the userID property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FacilityUser user
protected java.lang.String userID
protected AccessGroup accessGroup
protected java.lang.Long accessGroupID
protected java.lang.Integer createId
protected java.util.Calendar createTime
protected java.lang.Integer modifyId
protected java.util.Calendar modifyTime
| Constructor Detail |
|---|
public UserAccessGroup()
| Method Detail |
|---|
public FacilityUser getUser()
FacilityUserpublic void setUser(FacilityUser value)
value - allowed object is
FacilityUserpublic boolean isSetUser()
public java.lang.String getUserID()
Stringpublic void setUserID(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUserID()
public AccessGroup getAccessGroup()
AccessGrouppublic void setAccessGroup(AccessGroup value)
value - allowed object is
AccessGrouppublic boolean isSetAccessGroup()
public java.lang.Long getAccessGroupID()
BigIntegerpublic void setAccessGroupID(java.lang.Long value)
value - allowed object is
BigIntegerpublic boolean isSetAccessGroupID()
public java.lang.Integer getCreateId()
getCreateId in interface BaseDomainStringpublic void setCreateId(java.lang.Integer value)
setCreateId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateId()
public java.util.Calendar getCreateTime()
getCreateTime in interface BaseDomainStringpublic void setCreateTime(java.util.Calendar value)
setCreateTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetCreateTime()
public java.lang.Integer getModifyId()
getModifyId in interface BaseDomainStringpublic void setModifyId(java.lang.Integer value)
setModifyId in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyId()
public java.util.Calendar getModifyTime()
getModifyTime in interface BaseDomainStringpublic void setModifyTime(java.util.Calendar value)
setModifyTime in interface BaseDomainvalue - allowed object is
Stringpublic boolean isSetModifyTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||