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.
|
MetadataFieldAccessControlType |
withField(String value) |
MetadataFieldAccessControlType |
withFieldGroup(String value) |
MetadataFieldAccessControlType |
withGroup(String value) |
MetadataFieldAccessControlType |
withId(String value) |
MetadataFieldAccessControlType |
withPermission(String value) |
MetadataFieldAccessControlType |
withUser(String value) |
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
Stringpublic boolean isSetId()
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic boolean isSetField()
public String getFieldGroup()
Stringpublic void setFieldGroup(String value)
value - allowed object is
Stringpublic boolean isSetFieldGroup()
public String getUser()
Stringpublic void setUser(String value)
value - allowed object is
Stringpublic boolean isSetUser()
public String getGroup()
Stringpublic void setGroup(String value)
value - allowed object is
Stringpublic boolean isSetGroup()
public String getPermission()
Stringpublic void setPermission(String value)
value - allowed object is
Stringpublic boolean isSetPermission()
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 MetadataFieldAccessControlType withId(String value)
public MetadataFieldAccessControlType withField(String value)
public MetadataFieldAccessControlType withFieldGroup(String value)
public MetadataFieldAccessControlType withUser(String value)
public MetadataFieldAccessControlType withGroup(String value)
public MetadataFieldAccessControlType withPermission(String value)
Copyright © 2015. All rights reserved.