Package com.vidispine.generated
Class AccessControlMergedType.Query
java.lang.Object
com.vidispine.generated.AccessControlMergedType.Query
- 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
- Enclosing class:
- AccessControlMergedType
public static class AccessControlMergedType.Query
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 anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="extradata" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="item" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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) Gets the value of the extradata property.getItem()Gets the value of the item property.Gets the value of the permission property.getType()Gets the value of the type property.Gets the value of the username property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanbooleanbooleanbooleanvoidsetExtradata(String value) Sets the value of the extradata property.voidSets the value of the item property.voidsetPermission(String value) Sets the value of the permission property.voidSets the value of the type property.voidsetUsername(String value) Sets the value of the username property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) withExtradata(String value) Sets the value of the extradata property.Sets the value of the item property.withPermission(String value) Sets the value of the permission property.Sets the value of the type property.withUsername(String value) Sets the value of the username property.
-
Field Details
-
username
-
permission
-
type
-
extradata
-
item
-
-
Constructor Details
-
Query
public Query()
-
-
Method Details
-
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() -
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() -
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
isSetType
public boolean isSetType() -
getExtradata
Gets the value of the extradata property.- Returns:
- possible object is
String
-
setExtradata
Sets the value of the extradata property.- Parameters:
value- allowed object isString
-
isSetExtradata
public boolean isSetExtradata() -
getItem
Gets the value of the item property.- Returns:
- possible object is
String
-
setItem
Sets the value of the item property.- Parameters:
value- allowed object isString
-
isSetItem
public boolean isSetItem() -
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
-
withUsername
Sets the value of the username 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
-
withType
Sets the value of the type property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withExtradata
Sets the value of the extradata property.- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withItem
Sets the value of the item 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
-