public class GroupType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for GroupType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="loc" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="role" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="childGroupList" type="{http://xml.vidispine.com/schema/vidispine}GroupListType" minOccurs="0"/> <element name="parentGroupList" type="{http://xml.vidispine.com/schema/vidispine}GroupListType" minOccurs="0"/> <element name="userList" type="{http://xml.vidispine.com/schema/vidispine}UserListType" minOccurs="0"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> <element name="origin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> <attribute name="remove" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GroupListType |
childGroupList |
protected String |
description |
protected String |
groupName |
protected String |
id |
protected String |
loc |
protected SimpleMetadataType |
metadata |
protected String |
origin |
protected GroupListType |
parentGroupList |
protected Boolean |
remove |
protected Boolean |
role |
protected UserListType |
userList |
Constructor and Description |
---|
GroupType() |
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() |
GroupListType |
getChildGroupList()
Gets the value of the childGroupList property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getGroupName()
Gets the value of the groupName property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLoc()
Gets the value of the loc property.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
String |
getOrigin()
Gets the value of the origin property.
|
GroupListType |
getParentGroupList()
Gets the value of the parentGroupList property.
|
UserListType |
getUserList()
Gets the value of the userList property.
|
boolean |
isRemove()
Gets the value of the remove property.
|
Boolean |
isRole()
Gets the value of the role property.
|
boolean |
isSetChildGroupList() |
boolean |
isSetDescription() |
boolean |
isSetGroupName() |
boolean |
isSetId() |
boolean |
isSetLoc() |
boolean |
isSetMetadata() |
boolean |
isSetOrigin() |
boolean |
isSetParentGroupList() |
boolean |
isSetRemove() |
boolean |
isSetRole() |
boolean |
isSetUserList() |
void |
setChildGroupList(GroupListType value)
Sets the value of the childGroupList property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGroupName(String value)
Sets the value of the groupName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLoc(String value)
Sets the value of the loc property.
|
void |
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.
|
void |
setOrigin(String value)
Sets the value of the origin property.
|
void |
setParentGroupList(GroupListType value)
Sets the value of the parentGroupList property.
|
void |
setRemove(boolean value)
Sets the value of the remove property.
|
void |
setRole(Boolean value)
Sets the value of the role property.
|
void |
setUserList(UserListType value)
Sets the value of the userList property.
|
void |
unsetRemove() |
protected String id
protected String loc
protected String groupName
protected String description
protected Boolean role
protected GroupListType childGroupList
protected GroupListType parentGroupList
protected UserListType userList
protected SimpleMetadataType metadata
protected String origin
protected Boolean remove
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public void setLoc(String value)
value
- allowed object is
String
public boolean isSetLoc()
public String getGroupName()
String
public void setGroupName(String value)
value
- allowed object is
String
public boolean isSetGroupName()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public Boolean isRole()
Boolean
public void setRole(Boolean value)
value
- allowed object is
Boolean
public boolean isSetRole()
public GroupListType getChildGroupList()
GroupListType
public void setChildGroupList(GroupListType value)
value
- allowed object is
GroupListType
public boolean isSetChildGroupList()
public GroupListType getParentGroupList()
GroupListType
public void setParentGroupList(GroupListType value)
value
- allowed object is
GroupListType
public boolean isSetParentGroupList()
public UserListType getUserList()
UserListType
public void setUserList(UserListType value)
value
- allowed object is
UserListType
public boolean isSetUserList()
public SimpleMetadataType getMetadata()
SimpleMetadataType
public void setMetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetMetadata()
public String getOrigin()
String
public void setOrigin(String value)
value
- allowed object is
String
public boolean isSetOrigin()
public boolean isRemove()
Boolean
public void setRemove(boolean value)
value
- allowed object is
Boolean
public boolean isSetRemove()
public void unsetRemove()
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 © 2015. All rights reserved.