Package com.vidispine.generated
Class ResourceType
java.lang.Object
com.vidispine.generated.ResourceType
- 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 ResourceType
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 ResourceType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceType">
<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="state" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<choice>
<element name="network" type="{http://xml.vidispine.com/schema/vidispine}NetworkType"/>
<element name="transcoder" type="{http://xml.vidispine.com/schema/vidispine}TranscoderType"/>
<element name="externalTranscoder" type="{http://xml.vidispine.com/schema/vidispine}ExternalTranscoderType"/>
<element name="cerify" type="{http://xml.vidispine.com/schema/vidispine}CerifyType"/>
<element name="thumbnail" type="{http://xml.vidispine.com/schema/vidispine}ThumbnailServiceType"/>
<element name="finalcutserver" type="{http://xml.vidispine.com/schema/vidispine}FinalCutServerType"/>
<element name="mxfserver" type="{http://xml.vidispine.com/schema/vidispine}MXFServerResourceType"/>
<element name="signiant" type="{http://xml.vidispine.com/schema/vidispine}SigniantType"/>
<element name="ldap" type="{http://xml.vidispine.com/schema/vidispine}LDAPResourceType"/>
<element name="unknown" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="cloudconvert" type="{http://xml.vidispine.com/schema/vidispine}CloudConvertType"/>
<element name="vidinet" type="{http://xml.vidispine.com/schema/vidispine}VidinetServiceType"/>
<element name="eidr" type="{http://xml.vidispine.com/schema/vidispine}EidrType"/>
<element name="callback" type="{http://xml.vidispine.com/schema/vidispine}CallbackLocationResourceType"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CallbackLocationResourceType
protected CerifyType
protected CloudConvertType
protected EidrType
protected ExternalTranscoderType
protected FinalCutServerType
protected String
protected LDAPResourceType
protected MXFServerResourceType
protected NetworkType
protected SigniantType
protected String
protected ThumbnailServiceType
protected TranscoderType
protected String
protected VidinetServiceType
-
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 callback property.Gets the value of the cerify property.Gets the value of the cloudconvert property.getEidr()
Gets the value of the eidr property.Gets the value of the externalTranscoder property.Gets the value of the finalcutserver property.getId()
Gets the value of the id property.getLdap()
Gets the value of the ldap property.Gets the value of the mxfserver property.Gets the value of the network property.Gets the value of the signiant property.getState()
Gets the value of the state property.Gets the value of the thumbnail property.Gets the value of the transcoder property.Gets the value of the unknown property.Gets the value of the vidinet property.int
hashCode()
int
hashCode
(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) boolean
boolean
boolean
boolean
boolean
boolean
boolean
isSetId()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
Sets the value of the callback property.void
setCerify
(CerifyType value) Sets the value of the cerify property.void
setCloudconvert
(CloudConvertType value) Sets the value of the cloudconvert property.void
Sets the value of the eidr property.void
Sets the value of the externalTranscoder property.void
Sets the value of the finalcutserver property.void
Sets the value of the id property.void
setLdap
(LDAPResourceType value) Sets the value of the ldap property.void
Sets the value of the mxfserver property.void
setNetwork
(NetworkType value) Sets the value of the network property.void
setSigniant
(SigniantType value) Sets the value of the signiant property.void
Sets the value of the state property.void
setThumbnail
(ThumbnailServiceType value) Sets the value of the thumbnail property.void
setTranscoder
(TranscoderType value) Sets the value of the transcoder property.void
setUnknown
(String value) Sets the value of the unknown property.void
setVidinet
(VidinetServiceType value) Sets the value of the vidinet property.toString()
visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the callback property.withCerify
(CerifyType value) Sets the value of the cerify property.withCloudconvert
(CloudConvertType value) Sets the value of the cloudconvert property.Sets the value of the eidr property.Sets the value of the externalTranscoder property.Sets the value of the finalcutserver property.Sets the value of the id property.withLdap
(LDAPResourceType value) Sets the value of the ldap property.Sets the value of the mxfserver property.withNetwork
(NetworkType value) Sets the value of the network property.withSigniant
(SigniantType value) Sets the value of the signiant property.Sets the value of the state property.Sets the value of the thumbnail property.withTranscoder
(TranscoderType value) Sets the value of the transcoder property.withUnknown
(String value) Sets the value of the unknown property.withVidinet
(VidinetServiceType value) Sets the value of the vidinet property.
-
Field Details
-
id
-
state
-
network
-
transcoder
-
externalTranscoder
-
cerify
-
thumbnail
-
finalcutserver
-
mxfserver
-
signiant
-
ldap
-
unknown
-
cloudconvert
-
vidinet
-
eidr
-
callback
-
-
Constructor Details
-
ResourceType
public ResourceType()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
-
isSetId
public boolean isSetId() -
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() -
getNetwork
Gets the value of the network property.- Returns:
- possible object is
NetworkType
-
setNetwork
Sets the value of the network property.- Parameters:
value
- allowed object isNetworkType
-
isSetNetwork
public boolean isSetNetwork() -
getTranscoder
Gets the value of the transcoder property.- Returns:
- possible object is
TranscoderType
-
setTranscoder
Sets the value of the transcoder property.- Parameters:
value
- allowed object isTranscoderType
-
isSetTranscoder
public boolean isSetTranscoder() -
getExternalTranscoder
Gets the value of the externalTranscoder property.- Returns:
- possible object is
ExternalTranscoderType
-
setExternalTranscoder
Sets the value of the externalTranscoder property.- Parameters:
value
- allowed object isExternalTranscoderType
-
isSetExternalTranscoder
public boolean isSetExternalTranscoder() -
getCerify
Gets the value of the cerify property.- Returns:
- possible object is
CerifyType
-
setCerify
Sets the value of the cerify property.- Parameters:
value
- allowed object isCerifyType
-
isSetCerify
public boolean isSetCerify() -
getThumbnail
Gets the value of the thumbnail property.- Returns:
- possible object is
ThumbnailServiceType
-
setThumbnail
Sets the value of the thumbnail property.- Parameters:
value
- allowed object isThumbnailServiceType
-
isSetThumbnail
public boolean isSetThumbnail() -
getFinalcutserver
Gets the value of the finalcutserver property.- Returns:
- possible object is
FinalCutServerType
-
setFinalcutserver
Sets the value of the finalcutserver property.- Parameters:
value
- allowed object isFinalCutServerType
-
isSetFinalcutserver
public boolean isSetFinalcutserver() -
getMxfserver
Gets the value of the mxfserver property.- Returns:
- possible object is
MXFServerResourceType
-
setMxfserver
Sets the value of the mxfserver property.- Parameters:
value
- allowed object isMXFServerResourceType
-
isSetMxfserver
public boolean isSetMxfserver() -
getSigniant
Gets the value of the signiant property.- Returns:
- possible object is
SigniantType
-
setSigniant
Sets the value of the signiant property.- Parameters:
value
- allowed object isSigniantType
-
isSetSigniant
public boolean isSetSigniant() -
getLdap
Gets the value of the ldap property.- Returns:
- possible object is
LDAPResourceType
-
setLdap
Sets the value of the ldap property.- Parameters:
value
- allowed object isLDAPResourceType
-
isSetLdap
public boolean isSetLdap() -
getUnknown
Gets the value of the unknown property.- Returns:
- possible object is
String
-
setUnknown
Sets the value of the unknown property.- Parameters:
value
- allowed object isString
-
isSetUnknown
public boolean isSetUnknown() -
getCloudconvert
Gets the value of the cloudconvert property.- Returns:
- possible object is
CloudConvertType
-
setCloudconvert
Sets the value of the cloudconvert property.- Parameters:
value
- allowed object isCloudConvertType
-
isSetCloudconvert
public boolean isSetCloudconvert() -
getVidinet
Gets the value of the vidinet property.- Returns:
- possible object is
VidinetServiceType
-
setVidinet
Sets the value of the vidinet property.- Parameters:
value
- allowed object isVidinetServiceType
-
isSetVidinet
public boolean isSetVidinet() -
getEidr
Gets the value of the eidr property.- Returns:
- possible object is
EidrType
-
setEidr
Sets the value of the eidr property.- Parameters:
value
- allowed object isEidrType
-
isSetEidr
public boolean isSetEidr() -
getCallback
Gets the value of the callback property.- Returns:
- possible object is
CallbackLocationResourceType
-
setCallback
Sets the value of the callback property.- Parameters:
value
- allowed object isCallbackLocationResourceType
-
isSetCallback
public boolean isSetCallback() -
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
-
withId
Sets the value of the id 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
-
withNetwork
Sets the value of the network property.- Parameters:
value
- allowed object isNetworkType
- Returns:
- The class instance
-
withTranscoder
Sets the value of the transcoder property.- Parameters:
value
- allowed object isTranscoderType
- Returns:
- The class instance
-
withExternalTranscoder
Sets the value of the externalTranscoder property.- Parameters:
value
- allowed object isExternalTranscoderType
- Returns:
- The class instance
-
withCerify
Sets the value of the cerify property.- Parameters:
value
- allowed object isCerifyType
- Returns:
- The class instance
-
withThumbnail
Sets the value of the thumbnail property.- Parameters:
value
- allowed object isThumbnailServiceType
- Returns:
- The class instance
-
withFinalcutserver
Sets the value of the finalcutserver property.- Parameters:
value
- allowed object isFinalCutServerType
- Returns:
- The class instance
-
withMxfserver
Sets the value of the mxfserver property.- Parameters:
value
- allowed object isMXFServerResourceType
- Returns:
- The class instance
-
withSigniant
Sets the value of the signiant property.- Parameters:
value
- allowed object isSigniantType
- Returns:
- The class instance
-
withLdap
Sets the value of the ldap property.- Parameters:
value
- allowed object isLDAPResourceType
- Returns:
- The class instance
-
withUnknown
Sets the value of the unknown property.- Parameters:
value
- allowed object isString
- Returns:
- The class instance
-
withCloudconvert
Sets the value of the cloudconvert property.- Parameters:
value
- allowed object isCloudConvertType
- Returns:
- The class instance
-
withVidinet
Sets the value of the vidinet property.- Parameters:
value
- allowed object isVidinetServiceType
- Returns:
- The class instance
-
withEidr
Sets the value of the eidr property.- Parameters:
value
- allowed object isEidrType
- Returns:
- The class instance
-
withCallback
Sets the value of the callback property.- Parameters:
value
- allowed object isCallbackLocationResourceType
- 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
-