public class OtifConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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>
Modifier and Type | Class and Description |
---|---|
static class |
OtifConfigurationType.PropInfo |
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
id |
protected String |
instance |
protected OtifPresetType |
preset |
protected String |
title |
Constructor and Description |
---|
OtifConfigurationType() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy 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.EqualsStrategy 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.
|
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) |
protected String id
protected String title
protected String description
protected OtifPresetType preset
protected String instance
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public boolean isSetTitle()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public OtifPresetType getPreset()
OtifPresetType
public void setPreset(OtifPresetType value)
value
- allowed object is
OtifPresetType
public boolean isSetPreset()
public String getInstance()
String
public void setInstance(String value)
value
- allowed object is
String
public boolean isSetInstance()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public OtifConfigurationType withId(String value)
public OtifConfigurationType withTitle(String value)
public OtifConfigurationType withDescription(String value)
public OtifConfigurationType withPreset(OtifPresetType value)
public OtifConfigurationType withInstance(String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public OtifConfigurationType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2018. All rights reserved.