public class ResourceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo, org.jvnet.jaxb2_commons.lang.Equals
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"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceType.PropInfo |
| Modifier and Type | Field and Description |
|---|---|
protected CerifyType |
cerify |
protected CloudConvertType |
cloudconvert |
protected EidrType |
eidr |
protected ExternalTranscoderType |
externalTranscoder |
protected FinalCutServerType |
finalcutserver |
protected String |
id |
protected LDAPResourceType |
ldap |
protected MXFServerResourceType |
mxfserver |
protected NetworkType |
network |
protected SigniantType |
signiant |
protected String |
state |
protected ThumbnailServiceType |
thumbnail |
protected TranscoderType |
transcoder |
protected String |
unknown |
protected VidinetServiceType |
vidinet |
| Constructor and Description |
|---|
ResourceType() |
| 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() |
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.EqualsStrategy strategy) |
CerifyType |
getCerify()
Gets the value of the cerify property.
|
CloudConvertType |
getCloudconvert()
Gets the value of the cloudconvert property.
|
EidrType |
getEidr()
Gets the value of the eidr property.
|
ExternalTranscoderType |
getExternalTranscoder()
Gets the value of the externalTranscoder property.
|
FinalCutServerType |
getFinalcutserver()
Gets the value of the finalcutserver property.
|
String |
getId()
Gets the value of the id property.
|
LDAPResourceType |
getLdap()
Gets the value of the ldap property.
|
MXFServerResourceType |
getMxfserver()
Gets the value of the mxfserver property.
|
NetworkType |
getNetwork()
Gets the value of the network property.
|
SigniantType |
getSigniant()
Gets the value of the signiant property.
|
String |
getState()
Gets the value of the state property.
|
ThumbnailServiceType |
getThumbnail()
Gets the value of the thumbnail property.
|
TranscoderType |
getTranscoder()
Gets the value of the transcoder property.
|
String |
getUnknown()
Gets the value of the unknown property.
|
VidinetServiceType |
getVidinet()
Gets the value of the vidinet property.
|
boolean |
isSetCerify() |
boolean |
isSetCloudconvert() |
boolean |
isSetEidr() |
boolean |
isSetExternalTranscoder() |
boolean |
isSetFinalcutserver() |
boolean |
isSetId() |
boolean |
isSetLdap() |
boolean |
isSetMxfserver() |
boolean |
isSetNetwork() |
boolean |
isSetSigniant() |
boolean |
isSetState() |
boolean |
isSetThumbnail() |
boolean |
isSetTranscoder() |
boolean |
isSetUnknown() |
boolean |
isSetVidinet() |
void |
setCerify(CerifyType value)
Sets the value of the cerify property.
|
void |
setCloudconvert(CloudConvertType value)
Sets the value of the cloudconvert property.
|
void |
setEidr(EidrType value)
Sets the value of the eidr property.
|
void |
setExternalTranscoder(ExternalTranscoderType value)
Sets the value of the externalTranscoder property.
|
void |
setFinalcutserver(FinalCutServerType value)
Sets the value of the finalcutserver property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setLdap(LDAPResourceType value)
Sets the value of the ldap property.
|
void |
setMxfserver(MXFServerResourceType value)
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 |
setState(String value)
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.
|
ResourceType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ResourceType |
withCerify(CerifyType value) |
ResourceType |
withCloudconvert(CloudConvertType value) |
ResourceType |
withEidr(EidrType value) |
ResourceType |
withExternalTranscoder(ExternalTranscoderType value) |
ResourceType |
withFinalcutserver(FinalCutServerType value) |
ResourceType |
withId(String value) |
ResourceType |
withLdap(LDAPResourceType value) |
ResourceType |
withMxfserver(MXFServerResourceType value) |
ResourceType |
withNetwork(NetworkType value) |
ResourceType |
withSigniant(SigniantType value) |
ResourceType |
withState(String value) |
ResourceType |
withThumbnail(ThumbnailServiceType value) |
ResourceType |
withTranscoder(TranscoderType value) |
ResourceType |
withUnknown(String value) |
ResourceType |
withVidinet(VidinetServiceType value) |
protected String id
protected String state
protected NetworkType network
protected TranscoderType transcoder
protected ExternalTranscoderType externalTranscoder
protected CerifyType cerify
protected ThumbnailServiceType thumbnail
protected FinalCutServerType finalcutserver
protected MXFServerResourceType mxfserver
protected SigniantType signiant
protected LDAPResourceType ldap
protected String unknown
protected CloudConvertType cloudconvert
protected VidinetServiceType vidinet
protected EidrType eidr
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getState()
Stringpublic void setState(String value)
value - allowed object is
Stringpublic boolean isSetState()
public NetworkType getNetwork()
NetworkTypepublic void setNetwork(NetworkType value)
value - allowed object is
NetworkTypepublic boolean isSetNetwork()
public TranscoderType getTranscoder()
TranscoderTypepublic void setTranscoder(TranscoderType value)
value - allowed object is
TranscoderTypepublic boolean isSetTranscoder()
public ExternalTranscoderType getExternalTranscoder()
ExternalTranscoderTypepublic void setExternalTranscoder(ExternalTranscoderType value)
value - allowed object is
ExternalTranscoderTypepublic boolean isSetExternalTranscoder()
public CerifyType getCerify()
CerifyTypepublic void setCerify(CerifyType value)
value - allowed object is
CerifyTypepublic boolean isSetCerify()
public ThumbnailServiceType getThumbnail()
ThumbnailServiceTypepublic void setThumbnail(ThumbnailServiceType value)
value - allowed object is
ThumbnailServiceTypepublic boolean isSetThumbnail()
public FinalCutServerType getFinalcutserver()
FinalCutServerTypepublic void setFinalcutserver(FinalCutServerType value)
value - allowed object is
FinalCutServerTypepublic boolean isSetFinalcutserver()
public MXFServerResourceType getMxfserver()
MXFServerResourceTypepublic void setMxfserver(MXFServerResourceType value)
value - allowed object is
MXFServerResourceTypepublic boolean isSetMxfserver()
public SigniantType getSigniant()
SigniantTypepublic void setSigniant(SigniantType value)
value - allowed object is
SigniantTypepublic boolean isSetSigniant()
public LDAPResourceType getLdap()
LDAPResourceTypepublic void setLdap(LDAPResourceType value)
value - allowed object is
LDAPResourceTypepublic boolean isSetLdap()
public String getUnknown()
Stringpublic void setUnknown(String value)
value - allowed object is
Stringpublic boolean isSetUnknown()
public CloudConvertType getCloudconvert()
CloudConvertTypepublic void setCloudconvert(CloudConvertType value)
value - allowed object is
CloudConvertTypepublic boolean isSetCloudconvert()
public VidinetServiceType getVidinet()
VidinetServiceTypepublic void setVidinet(VidinetServiceType value)
value - allowed object is
VidinetServiceTypepublic boolean isSetVidinet()
public EidrType getEidr()
EidrTypepublic void setEidr(EidrType value)
value - allowed object is
EidrTypepublic boolean isSetEidr()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic 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.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic ResourceType withId(String value)
public ResourceType withState(String value)
public ResourceType withNetwork(NetworkType value)
public ResourceType withTranscoder(TranscoderType value)
public ResourceType withExternalTranscoder(ExternalTranscoderType value)
public ResourceType withCerify(CerifyType value)
public ResourceType withThumbnail(ThumbnailServiceType value)
public ResourceType withFinalcutserver(FinalCutServerType value)
public ResourceType withMxfserver(MXFServerResourceType value)
public ResourceType withSigniant(SigniantType value)
public ResourceType withLdap(LDAPResourceType value)
public ResourceType withUnknown(String value)
public ResourceType withCloudconvert(CloudConvertType value)
public ResourceType withVidinet(VidinetServiceType value)
public ResourceType withEidr(EidrType value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic ResourceType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2019. All rights reserved.