Class MetadataFieldGroupPermissionType
- java.lang.Object
-
- com.vidispine.generated.MetadataFieldGroupPermissionType
-
- 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 MetadataFieldGroupPermissionType 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 MetadataFieldGroupPermissionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataFieldGroupPermissionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/> <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> <attribute name="username" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataFieldGroupPermissionType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected List<MetadataFieldPermissionType>
field
protected List<MetadataFieldGroupPermissionType>
fieldGroup
protected String
name
protected String
permission
protected String
username
-
Constructor Summary
Constructors Constructor Description MetadataFieldGroupPermissionType()
-
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<MetadataFieldPermissionType>
getField()
Gets the value of the field property.List<MetadataFieldGroupPermissionType>
getFieldGroup()
Gets the value of the fieldGroup property.String
getName()
Gets the value of the name property.String
getPermission()
Gets the value of the permission property.String
getUsername()
Gets the value of the username property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetField()
boolean
isSetFieldGroup()
boolean
isSetName()
boolean
isSetPermission()
boolean
isSetUsername()
void
setName(String value)
Sets the value of the name property.void
setPermission(String value)
Sets the value of the permission property.void
setUsername(String value)
Sets the value of the username property.void
unsetField()
void
unsetFieldGroup()
MetadataFieldGroupPermissionType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataFieldGroupPermissionType
withField(MetadataFieldPermissionType... values)
MetadataFieldGroupPermissionType
withField(Collection<MetadataFieldPermissionType> values)
MetadataFieldGroupPermissionType
withFieldGroup(MetadataFieldGroupPermissionType... values)
MetadataFieldGroupPermissionType
withFieldGroup(Collection<MetadataFieldGroupPermissionType> values)
MetadataFieldGroupPermissionType
withName(String value)
MetadataFieldGroupPermissionType
withPermission(String value)
MetadataFieldGroupPermissionType
withUsername(String value)
-
-
-
Field Detail
-
name
protected String name
-
permission
protected String permission
-
fieldGroup
protected List<MetadataFieldGroupPermissionType> fieldGroup
-
field
protected List<MetadataFieldPermissionType> field
-
username
protected String username
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
isSetName
public boolean isSetName()
-
getPermission
public String getPermission()
Gets the value of the permission property.- Returns:
- possible object is
String
-
setPermission
public void setPermission(String value)
Sets the value of the permission property.- Parameters:
value
- allowed object isString
-
isSetPermission
public boolean isSetPermission()
-
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()
-
getUsername
public String getUsername()
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
public void setUsername(String value)
Sets the value of the username property.- Parameters:
value
- allowed object isString
-
isSetUsername
public boolean isSetUsername()
-
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
-
withName
public MetadataFieldGroupPermissionType withName(String value)
-
withPermission
public MetadataFieldGroupPermissionType withPermission(String value)
-
withFieldGroup
public MetadataFieldGroupPermissionType withFieldGroup(MetadataFieldGroupPermissionType... values)
-
withFieldGroup
public MetadataFieldGroupPermissionType withFieldGroup(Collection<MetadataFieldGroupPermissionType> values)
-
withField
public MetadataFieldGroupPermissionType withField(MetadataFieldPermissionType... values)
-
withField
public MetadataFieldGroupPermissionType withField(Collection<MetadataFieldPermissionType> values)
-
withUsername
public MetadataFieldGroupPermissionType withUsername(String value)
-
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 MetadataFieldGroupPermissionType 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
-
-