public class FinalCutServerType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for FinalCutServerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinalCutServerType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="url" type="{http://www.w3.org/2001/XMLSchema}anyURI"/> <element name="tag" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="metadata" type="{http://xml.vidispine.com/schema/vidispine}SimpleMetadataType" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected SimpleMetadataType |
metadata |
protected String |
state |
protected String |
tag |
protected String |
url |
Constructor and Description |
---|
FinalCutServerType() |
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.
|
SimpleMetadataType |
getMetadata()
Gets the value of the metadata property.
|
String |
getState()
Gets the value of the state property.
|
String |
getTag()
Gets the value of the tag property.
|
String |
getUrl()
Gets the value of the url property.
|
boolean |
isSetDescription() |
boolean |
isSetMetadata() |
boolean |
isSetState() |
boolean |
isSetTag() |
boolean |
isSetUrl() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.
|
void |
setState(String value)
Sets the value of the state property.
|
void |
setTag(String value)
Sets the value of the tag property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
protected String url
protected String tag
protected String state
protected SimpleMetadataType metadata
protected String description
public void setUrl(String value)
value
- allowed object is
String
public boolean isSetUrl()
public void setTag(String value)
value
- allowed object is
String
public boolean isSetTag()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public SimpleMetadataType getMetadata()
SimpleMetadataType
public void setMetadata(SimpleMetadataType value)
value
- allowed object is
SimpleMetadataType
public boolean isSetMetadata()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
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 © 2015. All rights reserved.