Package com.vidispine.generated
Class AppliesToType
- java.lang.Object
-
- com.vidispine.generated.AppliesToValueType
-
- com.vidispine.generated.AppliesToType
-
- 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 AppliesToType extends AppliesToValueType implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for AppliesToType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AppliesToType"> <simpleContent> <restriction base="<http://xml.vidispine.com/schema/vidispine>AppliesToValueType"> </restriction> </simpleContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AppliesToType.PropInfo
-
Field Summary
-
Fields inherited from class com.vidispine.generated.AppliesToValueType
recursive, value
-
-
Constructor Summary
Constructors Constructor Description AppliesToType()
-
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)
int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
AppliesToType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AppliesToType
withRecursive(boolean value)
AppliesToType
withValue(String value)
-
Methods inherited from class com.vidispine.generated.AppliesToValueType
getValue, isRecursive, isSetRecursive, isSetValue, setRecursive, setValue, unsetRecursive
-
-
-
-
Method Detail
-
clone
public Object clone()
- Overrides:
clone
in classAppliesToValueType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
copyTo
in classAppliesToValueType
-
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
- Overrides:
copyTo
in classAppliesToValueType
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
- Overrides:
createNewInstance
in classAppliesToValueType
-
withValue
public AppliesToType withValue(String value)
- Overrides:
withValue
in classAppliesToValueType
-
withRecursive
public AppliesToType withRecursive(boolean value)
- Overrides:
withRecursive
in classAppliesToValueType
-
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
- Overrides:
equals
in classAppliesToValueType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAppliesToValueType
-
visit
public AppliesToType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
- Overrides:
visit
in classAppliesToValueType
-
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
- Overrides:
hashCode
in classAppliesToValueType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAppliesToValueType
-
-