Package com.vidispine.generated
Class GroupType
java.lang.Object
com.vidispine.generated.GroupType
- 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
public class GroupType
extends Object
implements 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 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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected GroupListType
protected String
protected String
protected String
protected String
protected SimpleMetadataType
protected String
protected GroupListType
protected Boolean
protected Boolean
protected UserListType
-
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) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the childGroupList property.Gets the value of the description property.Gets the value of the groupName property.getId()
Gets the value of the id property.getLoc()
Gets the value of the loc property.Gets the value of the metadata property.Gets the value of the origin property.Gets the value of the parentGroupList property.Gets the value of the userList property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
isRemove()
Gets the value of the remove property.isRole()
Gets the value of the role property.boolean
boolean
boolean
boolean
isSetId()
boolean
isSetLoc()
boolean
boolean
boolean
boolean
boolean
boolean
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
Sets the value of the id property.void
Sets the value of the loc property.void
setMetadata
(SimpleMetadataType value) Sets the value of the metadata property.void
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
Sets the value of the role property.void
setUserList
(UserListType value) Sets the value of the userList property.toString()
void
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withChildGroupList
(GroupListType value) Sets the value of the childGroupList property.withDescription
(String value) Sets the value of the description property.withGroupName
(String value) Sets the value of the groupName property.Sets the value of the id property.Sets the value of the loc property.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.withOrigin
(String value) Sets the value of the origin property.withParentGroupList
(GroupListType value) Sets the value of the parentGroupList property.withRemove
(boolean value) Sets the value of the remove property.Sets the value of the role property.withUserList
(UserListType value) Sets the value of the userList property.
-
Field Details
-
id
-
loc
-
groupName
-
description
-
role
-
childGroupList
-
parentGroupList
-
userList
-
metadata
-
origin
-
remove
-
-
Constructor Details
-
GroupType
public GroupType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getLoc
Gets the value of the loc property.- Returns:
- possible object is
String
-
setLoc
Sets the value of the loc property.- Parameters:
value
- allowed object isString
-
isSetLoc
public boolean isSetLoc() -
getGroupName
Gets the value of the groupName property.- Returns:
- possible object is
String
-
setGroupName
Sets the value of the groupName property.- Parameters:
value
- allowed object isString
-
isSetGroupName
public boolean isSetGroupName() -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription() -
isRole
Gets the value of the role property.- Returns:
- possible object is
Boolean
-
setRole
Sets the value of the role property.- Parameters:
value
- allowed object isBoolean
-
isSetRole
public boolean isSetRole() -
getChildGroupList
Gets the value of the childGroupList property.- Returns:
- possible object is
GroupListType
-
setChildGroupList
Sets the value of the childGroupList property.- Parameters:
value
- allowed object isGroupListType
-
isSetChildGroupList
public boolean isSetChildGroupList() -
getParentGroupList
Gets the value of the parentGroupList property.- Returns:
- possible object is
GroupListType
-
setParentGroupList
Sets the value of the parentGroupList property.- Parameters:
value
- allowed object isGroupListType
-
isSetParentGroupList
public boolean isSetParentGroupList() -
getUserList
Gets the value of the userList property.- Returns:
- possible object is
UserListType
-
setUserList
Sets the value of the userList property.- Parameters:
value
- allowed object isUserListType
-
isSetUserList
public boolean isSetUserList() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getOrigin
Gets the value of the origin property.- Returns:
- possible object is
String
-
setOrigin
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() -
clone
-
copyTo
- Specified by:
copyTo
in 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:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withLoc
Sets the value of the loc property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withGroupName
Sets the value of the groupName property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withRole
Sets the value of the role property.- Parameters:
value
- allowed object isBoolean
- Returns:
- The class instance
-
withChildGroupList
Sets the value of the childGroupList property.- Parameters:
value
- allowed object isGroupListType
- Returns:
- The class instance
-
withParentGroupList
Sets the value of the parentGroupList property.- Parameters:
value
- allowed object isGroupListType
- Returns:
- The class instance
-
withUserList
Sets the value of the userList property.- Parameters:
value
- allowed object isUserListType
- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withOrigin
Sets the value of the origin property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withRemove
Sets the value of the remove property.- Parameters:
value
- allowed object is boolean- 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:
equals
in 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:
hashCode
in 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:
append
in 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:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-