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 Stringprotected Stringprotected Stringprotected OtifPresetTypeprotected 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) booleanbooleanequals(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.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanbooleanisSetId()booleanbooleanbooleanvoidsetDescription(String value) Sets the value of the description property.voidSets the value of the id property.voidsetInstance(String value) Sets the value of the instance property.voidsetPreset(OtifPresetType value) Sets the value of the preset property.voidSets 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:
copyToin 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:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstancein 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:
equalsin 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:
hashCodein 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:
appendin 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:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-