public class MetadataFieldAccessControlType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MetadataFieldAccessControlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataFieldAccessControlType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <choice minOccurs="0"> <element name="field" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="fieldGroup" type="{http://www.w3.org/2001/XMLSchema}string"/> </choice> <element name="user" 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="permission" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
field |
protected String |
fieldGroup |
protected String |
group |
protected String |
id |
protected String |
permission |
protected String |
user |
Constructor and Description |
---|
MetadataFieldAccessControlType() |
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 |
getField()
Gets the value of the field property.
|
String |
getFieldGroup()
Gets the value of the fieldGroup property.
|
String |
getGroup()
Gets the value of the group property.
|
String |
getId()
Gets the value of the id property.
|
String |
getPermission()
Gets the value of the permission property.
|
String |
getUser()
Gets the value of the user property.
|
boolean |
isSetField() |
boolean |
isSetFieldGroup() |
boolean |
isSetGroup() |
boolean |
isSetId() |
boolean |
isSetPermission() |
boolean |
isSetUser() |
void |
setField(String value)
Sets the value of the field property.
|
void |
setFieldGroup(String value)
Sets the value of the fieldGroup property.
|
void |
setGroup(String value)
Sets the value of the group property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setPermission(String value)
Sets the value of the permission property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String id
protected String field
protected String fieldGroup
protected String user
protected String group
protected String permission
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getField()
String
public void setField(String value)
value
- allowed object is
String
public boolean isSetField()
public String getFieldGroup()
String
public void setFieldGroup(String value)
value
- allowed object is
String
public boolean isSetFieldGroup()
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public boolean isSetUser()
public String getGroup()
String
public void setGroup(String value)
value
- allowed object is
String
public boolean isSetGroup()
public String getPermission()
String
public void setPermission(String value)
value
- allowed object is
String
public boolean isSetPermission()
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.