Package com.vidispine.generated
Class FinalCutServerType
java.lang.Object
com.vidispine.generated.FinalCutServerType
- All Implemented Interfaces:
Serializable
,Cloneable
,org.jvnet.jaxb.lang.CopyTo
,org.jvnet.jaxb.lang.Equals
,org.jvnet.jaxb.lang.HashCode
,org.jvnet.jaxb.lang.ToString
public class FinalCutServerType
extends Object
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected SimpleMetadataType
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields
(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()
copyTo
(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) boolean
boolean
equals
(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) Gets the value of the description property.Gets the value of the metadata property.getState()
Gets the value of the state property.getTag()
Gets the value of the tag property.getUrl()
Gets the value of the url property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
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
Sets the value of the state property.void
Sets the value of the tag property.void
Sets the value of the url property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) withDescription
(String value) Sets the value of the description property.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.Sets the value of the state property.Sets the value of the tag property.Sets the value of the url property.
-
Field Details
-
url
-
tag
-
state
-
metadata
-
description
-
-
Constructor Details
-
FinalCutServerType
public FinalCutServerType()
-
-
Method Details
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
isSetUrl
public boolean isSetUrl() -
getTag
Gets the value of the tag property.- Returns:
- possible object is
String
-
setTag
Sets the value of the tag property.- Parameters:
value
- allowed object isString
-
isSetTag
public boolean isSetTag() -
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value
- allowed object isString
-
isSetState
public boolean isSetState() -
getMetadata
Gets the value of the metadata property.- Returns:
- possible object is
SimpleMetadataType
-
setMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
-
isSetMetadata
public boolean isSetMetadata() -
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
-
isSetDescription
public boolean isSetDescription() -
clone
-
copyTo
- Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyTo
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
createNewInstance
- Specified by:
createNewInstance
in interfaceorg.jvnet.jaxb.lang.CopyTo
-
withUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withTag
Sets the value of the tag property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withState
Sets the value of the state property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withMetadata
Sets the value of the metadata property.- Parameters:
value
- allowed object isSimpleMetadataType
- Returns:
- The class instance
-
withDescription
Sets the value of the description property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equals
in interfaceorg.jvnet.jaxb.lang.Equals
-
equals
-
visit
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCode
in interfaceorg.jvnet.jaxb.lang.HashCode
-
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
append
in interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFields
in interfaceorg.jvnet.jaxb.lang.ToString
-