public static class AccessControlMergedType.Access extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="grantor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="extradata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="group" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="collection" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="library" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> </sequence> <attribute name="superUser" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="priority" use="required" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="matches" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" /> <attribute name="username" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="effectivePermission" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
collection |
protected String |
effectivePermission |
protected String |
extradata |
protected String |
grantor |
protected String |
group |
protected String |
id |
protected String |
library |
protected Boolean |
matches |
protected String |
permission |
protected int |
priority |
protected Boolean |
superUser |
protected String |
type |
protected String |
username |
Constructor and Description |
---|
AccessControlMergedType.Access() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getCollection()
Gets the value of the collection property.
|
String |
getEffectivePermission()
Gets the value of the effectivePermission property.
|
String |
getExtradata()
Gets the value of the extradata property.
|
String |
getGrantor()
Gets the value of the grantor property.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLibrary()
Gets the value of the library property.
|
String |
getPermission()
Gets the value of the permission property.
|
int |
getPriority()
Gets the value of the priority property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isMatches()
Gets the value of the matches property.
|
boolean |
isSetCollection() |
boolean |
isSetEffectivePermission() |
boolean |
isSetExtradata() |
boolean |
isSetGrantor() |
boolean |
isSetGroup() |
boolean |
isSetId() |
boolean |
isSetLibrary() |
boolean |
isSetMatches() |
boolean |
isSetPermission() |
boolean |
isSetPriority() |
boolean |
isSetSuperUser() |
boolean |
isSetType() |
boolean |
isSetUsername() |
boolean |
isSuperUser()
Gets the value of the superUser property.
|
void |
setCollection(String value)
Sets the value of the collection property.
|
void |
setEffectivePermission(String value)
Sets the value of the effectivePermission property.
|
void |
setExtradata(String value)
Sets the value of the extradata property.
|
void |
setGrantor(String value)
Sets the value of the grantor property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLibrary(String value)
Sets the value of the library property.
|
void |
setMatches(boolean value)
Sets the value of the matches property.
|
void |
setPermission(String value)
Sets the value of the permission property.
|
void |
setPriority(int value)
Sets the value of the priority property.
|
void |
setSuperUser(boolean value)
Sets the value of the superUser property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
void |
unsetMatches() |
void |
unsetSuperUser() |
protected String grantor
protected String permission
protected String type
protected String extradata
protected String group
protected String collection
protected String library
protected Boolean superUser
protected int priority
protected Boolean matches
protected String id
protected String username
protected String effectivePermission
public String getGrantor()
String
public void setGrantor(String value)
value
- allowed object is
String
public boolean isSetGrantor()
public String getPermission()
String
public void setPermission(String value)
value
- allowed object is
String
public boolean isSetPermission()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getExtradata()
String
public void setExtradata(String value)
value
- allowed object is
String
public boolean isSetExtradata()
public String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public boolean isSetGroup()
public String getCollection()
String
public void setCollection(String value)
value
- allowed object is
String
public boolean isSetCollection()
public String getLibrary()
String
public void setLibrary(String value)
value
- allowed object is
String
public boolean isSetLibrary()
public boolean isSuperUser()
Boolean
public void setSuperUser(boolean value)
value
- allowed object is
Boolean
public boolean isSetSuperUser()
public void unsetSuperUser()
public int getPriority()
public void setPriority(int value)
public boolean isSetPriority()
public boolean isMatches()
Boolean
public void setMatches(boolean value)
value
- allowed object is
Boolean
public boolean isSetMatches()
public void unsetMatches()
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getEffectivePermission()
String
public void setEffectivePermission(String value)
value
- allowed object is
String
public boolean isSetEffectivePermission()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
Copyright © 2016. All rights reserved.