public class AccessControlMergedType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AccessControlMergedType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccessControlMergedType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="query" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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="item" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="access" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
<element name="fieldGroup" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldGroupPermissionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="field" type="{http://xml.vidispine.com/schema/vidispine}MetadataFieldPermissionType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AccessControlMergedType.Access
Java class for anonymous complex type.
|
static class |
AccessControlMergedType.Query
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<AccessControlMergedType.Access> |
access |
protected List<MetadataFieldPermissionType> |
field |
protected List<MetadataFieldGroupPermissionType> |
fieldGroup |
protected AccessControlMergedType.Query |
query |
| Constructor and Description |
|---|
AccessControlMergedType() |
| 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() |
List<AccessControlMergedType.Access> |
getAccess()
Gets the value of the access property.
|
List<MetadataFieldPermissionType> |
getField()
Gets the value of the field property.
|
List<MetadataFieldGroupPermissionType> |
getFieldGroup()
Gets the value of the fieldGroup property.
|
AccessControlMergedType.Query |
getQuery()
Gets the value of the query property.
|
boolean |
isSetAccess() |
boolean |
isSetField() |
boolean |
isSetFieldGroup() |
boolean |
isSetQuery() |
void |
setQuery(AccessControlMergedType.Query value)
Sets the value of the query property.
|
void |
unsetAccess() |
void |
unsetField() |
void |
unsetFieldGroup() |
protected AccessControlMergedType.Query query
protected List<AccessControlMergedType.Access> access
protected List<MetadataFieldGroupPermissionType> fieldGroup
protected List<MetadataFieldPermissionType> field
public AccessControlMergedType.Query getQuery()
AccessControlMergedType.Querypublic void setQuery(AccessControlMergedType.Query value)
value - allowed object is
AccessControlMergedType.Querypublic boolean isSetQuery()
public List<AccessControlMergedType.Access> getAccess()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the access property.
For example, to add a new item, do as follows:
getAccess().add(newItem);
Objects of the following type(s) are allowed in the list
AccessControlMergedType.Access
public boolean isSetAccess()
public void unsetAccess()
public List<MetadataFieldGroupPermissionType> getFieldGroup()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fieldGroup property.
For example, to add a new item, do as follows:
getFieldGroup().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataFieldGroupPermissionType
public boolean isSetFieldGroup()
public void unsetFieldGroup()
public List<MetadataFieldPermissionType> getField()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the field property.
For example, to add a new item, do as follows:
getField().add(newItem);
Objects of the following type(s) are allowed in the list
MetadataFieldPermissionType
public boolean isSetField()
public void unsetField()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyToCopyright © 2015. All rights reserved.