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.
|
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
Copyright © 2016. All rights reserved.