Package com.vidispine.generated
Class MetadataSchemaDeleteOperationType
- java.lang.Object
-
- com.vidispine.generated.MetadataSchemaDeleteOperationType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class MetadataSchemaDeleteOperationType 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 MetadataSchemaDeleteOperationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataSchemaDeleteOperationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="target" type="{http://xml.vidispine.com/schema/vidispine}MetadataSchemaHierarchyType"/> </sequence> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MetadataSchemaDeleteOperationType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected MetadataSchemaHierarchyType
target
protected String
type
-
Constructor Summary
Constructors Constructor Description MetadataSchemaDeleteOperationType()
-
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)
MetadataSchemaHierarchyType
getTarget()
Gets the value of the target property.String
getType()
Gets the value of the type property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetTarget()
boolean
isSetType()
void
setTarget(MetadataSchemaHierarchyType value)
Sets the value of the target property.void
setType(String value)
Sets the value of the type property.MetadataSchemaDeleteOperationType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MetadataSchemaDeleteOperationType
withTarget(MetadataSchemaHierarchyType value)
MetadataSchemaDeleteOperationType
withType(String value)
-
-
-
Field Detail
-
target
protected MetadataSchemaHierarchyType target
-
type
protected String type
-
-
Method Detail
-
getTarget
public MetadataSchemaHierarchyType getTarget()
Gets the value of the target property.- Returns:
- possible object is
MetadataSchemaHierarchyType
-
setTarget
public void setTarget(MetadataSchemaHierarchyType value)
Sets the value of the target property.- Parameters:
value
- allowed object isMetadataSchemaHierarchyType
-
isSetTarget
public boolean isSetTarget()
-
getType
public String getType()
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(String value)
Sets the value of the type property.- Parameters:
value
- allowed object isString
-
isSetType
public boolean isSetType()
-
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
-
withTarget
public MetadataSchemaDeleteOperationType withTarget(MetadataSchemaHierarchyType value)
-
withType
public MetadataSchemaDeleteOperationType withType(String 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 MetadataSchemaDeleteOperationType 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
-
-