Package com.vidispine.generated
Class OtifConfigurationType
- java.lang.Object
-
- com.vidispine.generated.OtifConfigurationType
-
- 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 OtifConfigurationType 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 OtifConfigurationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtifConfigurationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://xml.vidispine.com/schema/vidispine}SiteIdType" minOccurs="0"/> <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="preset" type="{http://xml.vidispine.com/schema/vidispine}OtifPresetType" minOccurs="0"/> <element name="instance" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OtifConfigurationType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected String
id
protected String
instance
protected OtifPresetType
preset
protected String
title
-
Constructor Summary
Constructors Constructor Description OtifConfigurationType()
-
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)
String
getDescription()
Gets the value of the description property.String
getId()
Gets the value of the id property.String
getInstance()
Gets the value of the instance property.OtifPresetType
getPreset()
Gets the value of the preset property.String
getTitle()
Gets the value of the title property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
boolean
isSetDescription()
boolean
isSetId()
boolean
isSetInstance()
boolean
isSetPreset()
boolean
isSetTitle()
void
setDescription(String value)
Sets the value of the description property.void
setId(String value)
Sets the value of the id property.void
setInstance(String value)
Sets the value of the instance property.void
setPreset(OtifPresetType value)
Sets the value of the preset property.void
setTitle(String value)
Sets the value of the title property.OtifConfigurationType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
OtifConfigurationType
withDescription(String value)
OtifConfigurationType
withId(String value)
OtifConfigurationType
withInstance(String value)
OtifConfigurationType
withPreset(OtifPresetType value)
OtifConfigurationType
withTitle(String value)
-
-
-
Field Detail
-
id
protected String id
-
title
protected String title
-
description
protected String description
-
preset
protected OtifPresetType preset
-
instance
protected String instance
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId()
-
getTitle
public String getTitle()
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(String value)
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
isSetTitle
public boolean isSetTitle()
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription()
-
getPreset
public OtifPresetType getPreset()
Gets the value of the preset property.- Returns:
- possible object is
OtifPresetType
-
setPreset
public void setPreset(OtifPresetType value)
Sets the value of the preset property.- Parameters:
value
- allowed object isOtifPresetType
-
isSetPreset
public boolean isSetPreset()
-
getInstance
public String getInstance()
Gets the value of the instance property.- Returns:
- possible object is
String
-
setInstance
public void setInstance(String value)
Sets the value of the instance property.- Parameters:
value
- allowed object isString
-
isSetInstance
public boolean isSetInstance()
-
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
-
withId
public OtifConfigurationType withId(String value)
-
withTitle
public OtifConfigurationType withTitle(String value)
-
withDescription
public OtifConfigurationType withDescription(String value)
-
withPreset
public OtifConfigurationType withPreset(OtifPresetType value)
-
withInstance
public OtifConfigurationType withInstance(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 OtifConfigurationType 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
-
-