Class AccessControlMergedType
- java.lang.Object
-
- com.vidispine.generated.AccessControlMergedType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class AccessControlMergedType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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"/> <element name="originalDisabledGrantor" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="superUser" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="rank" 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccessControlMergedType.Access
Java class for anonymous complex type.static class
AccessControlMergedType.PropInfo
static class
AccessControlMergedType.Query
Java class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<AccessControlMergedType.Access>
access
protected List<MetadataFieldPermissionType>
field
protected List<MetadataFieldGroupPermissionType>
fieldGroup
protected AccessControlMergedType.Query
query
-
Constructor Summary
Constructors Constructor Description AccessControlMergedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
Object
createNewInstance()
boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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()
AccessControlMergedType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AccessControlMergedType
withAccess(AccessControlMergedType.Access... values)
AccessControlMergedType
withAccess(Collection<AccessControlMergedType.Access> values)
AccessControlMergedType
withField(MetadataFieldPermissionType... values)
AccessControlMergedType
withField(Collection<MetadataFieldPermissionType> values)
AccessControlMergedType
withFieldGroup(MetadataFieldGroupPermissionType... values)
AccessControlMergedType
withFieldGroup(Collection<MetadataFieldGroupPermissionType> values)
AccessControlMergedType
withQuery(AccessControlMergedType.Query value)
-
-
-
Field Detail
-
query
protected AccessControlMergedType.Query query
-
access
protected List<AccessControlMergedType.Access> access
-
fieldGroup
protected List<MetadataFieldGroupPermissionType> fieldGroup
-
field
protected List<MetadataFieldPermissionType> field
-
-
Method Detail
-
getQuery
public AccessControlMergedType.Query getQuery()
Gets the value of the query property.- Returns:
- possible object is
AccessControlMergedType.Query
-
setQuery
public void setQuery(AccessControlMergedType.Query value)
Sets the value of the query property.- Parameters:
value
- allowed object isAccessControlMergedType.Query
-
isSetQuery
public boolean isSetQuery()
-
getAccess
public List<AccessControlMergedType.Access> getAccess()
Gets the value of the access property.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
-
isSetAccess
public boolean isSetAccess()
-
unsetAccess
public void unsetAccess()
-
getFieldGroup
public List<MetadataFieldGroupPermissionType> getFieldGroup()
Gets the value of the fieldGroup property.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
-
isSetFieldGroup
public boolean isSetFieldGroup()
-
unsetFieldGroup
public void unsetFieldGroup()
-
getField
public List<MetadataFieldPermissionType> getField()
Gets the value of the field property.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
-
isSetField
public boolean isSetField()
-
unsetField
public void unsetField()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withQuery
public AccessControlMergedType withQuery(AccessControlMergedType.Query value)
-
withAccess
public AccessControlMergedType withAccess(AccessControlMergedType.Access... values)
-
withAccess
public AccessControlMergedType withAccess(Collection<AccessControlMergedType.Access> values)
-
withFieldGroup
public AccessControlMergedType withFieldGroup(MetadataFieldGroupPermissionType... values)
-
withFieldGroup
public AccessControlMergedType withFieldGroup(Collection<MetadataFieldGroupPermissionType> values)
-
withField
public AccessControlMergedType withField(MetadataFieldPermissionType... values)
-
withField
public AccessControlMergedType withField(Collection<MetadataFieldPermissionType> values)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public AccessControlMergedType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-