Class MetadataFieldGroupPermissionType
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<MetadataFieldPermissionType>protected List<MetadataFieldGroupPermissionType>protected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) getField()Gets the value of the field property.Gets the value of the fieldGroup property.getName()Gets the value of the name property.Gets the value of the permission property.Gets the value of the username property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanvoidSets the value of the name property.voidsetPermission(String value) Sets the value of the permission property.voidsetUsername(String value) Sets the value of the username property.toString()voidvoidvisit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withField(MetadataFieldPermissionType... values) Adds objects to the list of Field using add methodAdds objects to the list of Field using addAll methodwithFieldGroup(MetadataFieldGroupPermissionType... values) Adds objects to the list of FieldGroup using add methodAdds objects to the list of FieldGroup using addAll methodSets the value of the name property.withPermission(String value) Sets the value of the permission property.withUsername(String value) Sets the value of the username property.
-
Field Details
-
name
-
permission
-
fieldGroup
-
field
-
username
-
-
Constructor Details
-
MetadataFieldGroupPermissionType
public MetadataFieldGroupPermissionType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isSetName
public boolean isSetName() -
getPermission
Gets the value of the permission property.- Returns:
- possible object is
String
-
setPermission
Sets the value of the permission property.- Parameters:
value- allowed object isString
-
isSetPermission
public boolean isSetPermission() -
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
setmethod 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- Returns:
- The value of the fieldGroup property.
-
isSetFieldGroup
public boolean isSetFieldGroup() -
unsetFieldGroup
public void unsetFieldGroup() -
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
setmethod 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- Returns:
- The value of the field property.
-
isSetField
public boolean isSetField() -
unsetField
public void unsetField() -
getUsername
Gets the value of the username property.- Returns:
- possible object is
String
-
setUsername
Sets the value of the username property.- Parameters:
value- allowed object isString
-
isSetUsername
public boolean isSetUsername() -
clone
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo
-
withName
Sets the value of the name property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withPermission
Sets the value of the permission property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withFieldGroup
Adds objects to the list of FieldGroup using add method- Parameters:
values- objects to add to the list FieldGroup- Returns:
- The class instance
-
withFieldGroup
public MetadataFieldGroupPermissionType withFieldGroup(Collection<MetadataFieldGroupPermissionType> values) Adds objects to the list of FieldGroup using addAll method- Parameters:
values- objects to add to the list FieldGroup- Returns:
- The class instance
-
withField
Adds objects to the list of Field using add method- Parameters:
values- objects to add to the list Field- Returns:
- The class instance
-
withField
Adds objects to the list of Field using addAll method- Parameters:
values- objects to add to the list Field- Returns:
- The class instance
-
withUsername
Sets the value of the username property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-