public static class AccessControlMergedType.Query extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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>
Modifier and Type | Field and Description |
---|---|
protected String |
extradata |
protected String |
item |
protected String |
permission |
protected String |
type |
protected String |
username |
Constructor and Description |
---|
AccessControlMergedType.Query() |
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() |
String |
getExtradata()
Gets the value of the extradata property.
|
String |
getItem()
Gets the value of the item property.
|
String |
getPermission()
Gets the value of the permission property.
|
String |
getType()
Gets the value of the type property.
|
String |
getUsername()
Gets the value of the username property.
|
boolean |
isSetExtradata() |
boolean |
isSetItem() |
boolean |
isSetPermission() |
boolean |
isSetType() |
boolean |
isSetUsername() |
void |
setExtradata(String value)
Sets the value of the extradata property.
|
void |
setItem(String value)
Sets the value of the item property.
|
void |
setPermission(String value)
Sets the value of the permission property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setUsername(String value)
Sets the value of the username property.
|
protected String username
protected String permission
protected String type
protected String extradata
protected String item
public String getUsername()
String
public void setUsername(String value)
value
- allowed object is
String
public boolean isSetUsername()
public String getPermission()
String
public void setPermission(String value)
value
- allowed object is
String
public boolean isSetPermission()
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isSetType()
public String getExtradata()
String
public void setExtradata(String value)
value
- allowed object is
String
public boolean isSetExtradata()
public String getItem()
String
public void setItem(String value)
value
- allowed object is
String
public boolean isSetItem()
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 © 2016. All rights reserved.