Uses of Class
com.vidispine.generated.GroupType
-
-
Uses of GroupType in com.vidispine.generated
Fields in com.vidispine.generated declared as GroupType Modifier and Type Field Description protected GroupType
GroupSynchronizeType. group
protected GroupType
AccessControlType. groupType
Fields in com.vidispine.generated with type parameters of type GroupType Modifier and Type Field Description protected List<GroupType>
GroupListType. group
Methods in com.vidispine.generated that return GroupType Modifier and Type Method Description GroupType
ObjectFactory. createGroupType()
Create an instance ofGroupType
GroupType
GroupSynchronizeType. getGroup()
Gets the value of the group property.GroupType
AccessControlType. getGroupType()
Gets the value of the groupType property.GroupType
GroupType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
GroupType
GroupType. withChildGroupList(GroupListType value)
GroupType
GroupType. withDescription(String value)
GroupType
GroupType. withGroupName(String value)
GroupType
GroupType. withId(String value)
GroupType
GroupType. withLoc(String value)
GroupType
GroupType. withMetadata(SimpleMetadataType value)
GroupType
GroupType. withOrigin(String value)
GroupType
GroupType. withParentGroupList(GroupListType value)
GroupType
GroupType. withRemove(boolean value)
GroupType
GroupType. withRole(Boolean value)
GroupType
GroupType. withUserList(UserListType value)
Methods in com.vidispine.generated that return types with arguments of type GroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<GroupType>
ObjectFactory. createGroupDocument(GroupType value)
List<GroupType>
GroupListType. getGroup()
Gets the value of the group property.Methods in com.vidispine.generated with parameters of type GroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<GroupType>
ObjectFactory. createGroupDocument(GroupType value)
void
GroupSynchronizeType. setGroup(GroupType value)
Sets the value of the group property.void
AccessControlType. setGroupType(GroupType value)
Sets the value of the groupType property.GroupListType
GroupListType. withGroup(GroupType... values)
GroupSynchronizeType
GroupSynchronizeType. withGroup(GroupType value)
AccessControlType
AccessControlType. withGroupType(GroupType value)
Method parameters in com.vidispine.generated with type arguments of type GroupType Modifier and Type Method Description GroupListType
GroupListType. withGroup(Collection<GroupType> values)
-