Package com.vidispine.generated
Class GroupType
- java.lang.Object
-
- com.vidispine.generated.GroupType
-
- 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 GroupType 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 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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupType.PropInfo
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description GroupType()
-
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)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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()
GroupType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
GroupType
withChildGroupList(GroupListType value)
GroupType
withDescription(String value)
GroupType
withGroupName(String value)
GroupType
withId(String value)
GroupType
withLoc(String value)
GroupType
withMetadata(SimpleMetadataType value)
GroupType
withOrigin(String value)
GroupType
withParentGroupList(GroupListType value)
GroupType
withRemove(boolean value)
GroupType
withRole(Boolean value)
GroupType
withUserList(UserListType value)
-
-
-
Field Detail
-
id
protected String id
-
loc
protected String loc
-
groupName
protected String groupName
-
description
protected String description
-
role
protected Boolean role
-
childGroupList
protected GroupListType childGroupList
-
parentGroupList
protected GroupListType parentGroupList
-
userList
protected UserListType userList
-
metadata
protected SimpleMetadataType metadata
-
origin
protected String origin
-
remove
protected Boolean remove
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getLoc
public String getLoc()
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
public void setLoc(String value)
Sets the value of the loc property.- Parameters:
value
- allowed object isString
-
isSetLoc
public boolean isSetLoc()
-
getGroupName
public String getGroupName()
Gets the value of the groupName property.- Returns:
- possible object is
String
-
setGroupName
public void setGroupName(String value)
Sets the value of the groupName property.- Parameters:
value
- allowed object isString
-
isSetGroupName
public boolean isSetGroupName()
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription()
-
isRole
public Boolean isRole()
Gets the value of the role property.- Returns:
- possible object is
Boolean
-
setRole
public void setRole(Boolean value)
Sets the value of the role property.- Parameters:
value
- allowed object isBoolean
-
isSetRole
public boolean isSetRole()
-
getChildGroupList
public GroupListType getChildGroupList()
Gets the value of the childGroupList property.- Returns:
- possible object is
GroupListType
-
setChildGroupList
public void setChildGroupList(GroupListType value)
Sets the value of the childGroupList property.- Parameters:
value
- allowed object isGroupListType
-
isSetChildGroupList
public boolean isSetChildGroupList()
-
getParentGroupList
public GroupListType getParentGroupList()
Gets the value of the parentGroupList property.- Returns:
- possible object is
GroupListType
-
setParentGroupList
public void setParentGroupList(GroupListType value)
Sets the value of the parentGroupList property.- Parameters:
value
- allowed object isGroupListType
-
isSetParentGroupList
public boolean isSetParentGroupList()
-
getUserList
public UserListType getUserList()
Gets the value of the userList property.- Returns:
- possible object is
UserListType
-
setUserList
public void setUserList(UserListType value)
Sets the value of the userList property.- Parameters:
value
- allowed object isUserListType
-
isSetUserList
public boolean isSetUserList()
-
getMetadata
public SimpleMetadataType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
public void setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata()
-
getOrigin
public String getOrigin()
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
public void setOrigin(String value)
Sets the value of the origin property.- Parameters:
value
- allowed object isString
-
isSetOrigin
public boolean isSetOrigin()
-
isRemove
public boolean isRemove()
Gets the value of the remove property.- Returns:
- possible object is
Boolean
-
setRemove
public void setRemove(boolean value)
Sets the value of the remove property.- Parameters:
value
- allowed object isBoolean
-
isSetRemove
public boolean isSetRemove()
-
unsetRemove
public void unsetRemove()
-
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
-
withChildGroupList
public GroupType withChildGroupList(GroupListType value)
-
withParentGroupList
public GroupType withParentGroupList(GroupListType value)
-
withUserList
public GroupType withUserList(UserListType value)
-
withMetadata
public GroupType withMetadata(SimpleMetadataType value)
-
withRemove
public GroupType withRemove(boolean 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 GroupType 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
-
-