Package com.vidispine.generated
Class OtifConfigurationType
java.lang.Object
com.vidispine.generated.OtifConfigurationType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class OtifConfigurationType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected OtifPresetType
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the description property.getId()
Gets the value of the id property.Gets the value of the instance property.Gets the value of the preset property.getTitle()
Gets the value of the title property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
isSetId()
boolean
boolean
boolean
void
setDescription
(String value) Sets the value of the description property.void
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
Sets the value of the title property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDescription
(String value) Sets the value of the description property.Sets the value of the id property.withInstance
(String value) Sets the value of the instance property.withPreset
(OtifPresetType value) Sets the value of the preset property.Sets the value of the title property.
-
Field Details
-
id
-
title
-
description
-
preset
-
instance
-
-
Constructor Details
-
OtifConfigurationType
public OtifConfigurationType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value
- allowed object isString
-
isSetTitle
public boolean isSetTitle() -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription() -
getPreset
Gets the value of the preset property.- Returns:
- possible object is
OtifPresetType
-
setPreset
Sets the value of the preset property.- Parameters:
value
- allowed object isOtifPresetType
-
isSetPreset
public boolean isSetPreset() -
getInstance
Gets the value of the instance property.- Returns:
- possible object is
String
-
setInstance
Sets the value of the instance property.- Parameters:
value
- allowed object isString
-
isSetInstance
public boolean isSetInstance() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTitle
Sets the value of the title property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withPreset
Sets the value of the preset property.- Parameters:
value
- allowed object isOtifPresetType
- Returns:
- The class instance
-
withInstance
Sets the value of the instance property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-