Package com.vidispine.generated
Class AccessControlType.Operation
- java.lang.Object
-
- com.vidispine.generated.AccessControlType.Operation
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
- Enclosing class:
- AccessControlType
public static class AccessControlType.Operation 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 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"> <choice> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}AccessControlMetadataType"/> <element name="shape" type="{http://xml.vidispine.com/schema/vidispine}AccessControlShapeType"/> <element name="uri" type="{http://xml.vidispine.com/schema/vidispine}AccessControlUriType"/> </choice> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AccessControlType.Operation.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected AccessControlMetadataType
metadata
protected AccessControlShapeType
shape
protected AccessControlUriType
uri
-
Constructor Summary
Constructors Constructor Description Operation()
-
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)
AccessControlMetadataType
getMetadata()
Gets the value of the metadata property.AccessControlShapeType
getShape()
Gets the value of the shape property.AccessControlUriType
getUri()
Gets the value of the uri property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetMetadata()
boolean
isSetShape()
boolean
isSetUri()
void
setMetadata(AccessControlMetadataType value)
Sets the value of the metadata property.void
setShape(AccessControlShapeType value)
Sets the value of the shape property.void
setUri(AccessControlUriType value)
Sets the value of the uri property.AccessControlType.Operation
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AccessControlType.Operation
withMetadata(AccessControlMetadataType value)
AccessControlType.Operation
withShape(AccessControlShapeType value)
AccessControlType.Operation
withUri(AccessControlUriType value)
-
-
-
Field Detail
-
metadata
protected AccessControlMetadataType metadata
-
shape
protected AccessControlShapeType shape
-
uri
protected AccessControlUriType uri
-
-
Method Detail
-
getMetadata
public AccessControlMetadataType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
AccessControlMetadataType
-
setMetadata
public void setMetadata(AccessControlMetadataType value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isAccessControlMetadataType
-
isSetMetadata
public boolean isSetMetadata()
-
getShape
public AccessControlShapeType getShape()
Gets the value of the shape property.- Returns:
- possible object is
AccessControlShapeType
-
setShape
public void setShape(AccessControlShapeType value)
Sets the value of the shape property.- Parameters:
value
- allowed object isAccessControlShapeType
-
isSetShape
public boolean isSetShape()
-
getUri
public AccessControlUriType getUri()
Gets the value of the uri property.- Returns:
- possible object is
AccessControlUriType
-
setUri
public void setUri(AccessControlUriType value)
Sets the value of the uri property.- Parameters:
value
- allowed object isAccessControlUriType
-
isSetUri
public boolean isSetUri()
-
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
-
withMetadata
public AccessControlType.Operation withMetadata(AccessControlMetadataType value)
-
withShape
public AccessControlType.Operation withShape(AccessControlShapeType value)
-
withUri
public AccessControlType.Operation withUri(AccessControlUriType 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 AccessControlType.Operation 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
-
-