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() |
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.CopyTopublic AccessControlMergedType withQuery(AccessControlMergedType.Query value)
public AccessControlMergedType withAccess(AccessControlMergedType.Access... values)
public AccessControlMergedType withAccess(Collection<AccessControlMergedType.Access> values)
public AccessControlMergedType withFieldGroup(MetadataFieldGroupPermissionType... values)
public AccessControlMergedType withFieldGroup(Collection<MetadataFieldGroupPermissionType> values)
public AccessControlMergedType withField(MetadataFieldPermissionType... values)
public AccessControlMergedType withField(Collection<MetadataFieldPermissionType> values)
Copyright © 2015. All rights reserved.