public class OtifConfigurationType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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 | 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() |
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 |
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
Stringpublic boolean isSetId()
public String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic boolean isSetTitle()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public OtifPresetType getPreset()
OtifPresetTypepublic void setPreset(OtifPresetType value)
value - allowed object is
OtifPresetTypepublic boolean isSetPreset()
public String getInstance()
Stringpublic void setInstance(String value)
value - allowed object is
Stringpublic boolean isSetInstance()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic OtifConfigurationType withId(String value)
public OtifConfigurationType withTitle(String value)
public OtifConfigurationType withDescription(String value)
public OtifConfigurationType withPreset(OtifPresetType value)
public OtifConfigurationType withInstance(String value)
Copyright © 2015. All rights reserved.