Package com.vidispine.generated
Class FinalCutServerType
- java.lang.Object
-
- com.vidispine.generated.FinalCutServerType
-
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb2_commons.lang.CopyTo2
,org.jvnet.jaxb2_commons.lang.Equals2
,org.jvnet.jaxb2_commons.lang.HashCode2
public class FinalCutServerType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FinalCutServerType.PropInfo
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected SimpleMetadataType
metadata
protected String
state
protected String
tag
protected String
url
-
Constructor Summary
Constructors Constructor Description FinalCutServerType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
Object
copyTo(Object target)
Object
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 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.EqualsStrategy2 strategy)
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.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
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.FinalCutServerType
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
FinalCutServerType
withDescription(String value)
FinalCutServerType
withMetadata(SimpleMetadataType value)
FinalCutServerType
withState(String value)
FinalCutServerType
withTag(String value)
FinalCutServerType
withUrl(String value)
-
-
-
Field Detail
-
url
protected String url
-
tag
protected String tag
-
state
protected String state
-
metadata
protected SimpleMetadataType metadata
-
description
protected String description
-
-
Method Detail
-
getUrl
public String getUrl()
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
public void setUrl(String value)
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
isSetUrl
public boolean isSetUrl()
-
getTag
public String getTag()
Gets the value of the tag property.- Returns:
- possible object is
String
-
setTag
public void setTag(String value)
Sets the value of the tag property.- Parameters:
value
- allowed object isString
-
isSetTag
public boolean isSetTag()
-
getState
public String getState()
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
public void setState(String value)
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState()
-
getMetadata
public SimpleMetadataType getMetadata()
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
public void setMetadata(SimpleMetadataType value)
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata()
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription()
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
withUrl
public FinalCutServerType withUrl(String value)
-
withTag
public FinalCutServerType withTag(String value)
-
withState
public FinalCutServerType withState(String value)
-
withMetadata
public FinalCutServerType withMetadata(SimpleMetadataType value)
-
withDescription
public FinalCutServerType withDescription(String value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
visit
public FinalCutServerType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
-