public class ResourceType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
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"/> </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 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 |
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() |
CerifyType |
getCerify()
Gets the value of the cerify property.
|
CloudConvertType |
getCloudconvert()
Gets the value of the cloudconvert 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.
|
boolean |
isSetCerify() |
boolean |
isSetCloudconvert() |
boolean |
isSetExternalTranscoder() |
boolean |
isSetFinalcutserver() |
boolean |
isSetId() |
boolean |
isSetLdap() |
boolean |
isSetMxfserver() |
boolean |
isSetNetwork() |
boolean |
isSetSigniant() |
boolean |
isSetState() |
boolean |
isSetThumbnail() |
boolean |
isSetTranscoder() |
boolean |
isSetUnknown() |
void |
setCerify(CerifyType value)
Sets the value of the cerify property.
|
void |
setCloudconvert(CloudConvertType value)
Sets the value of the cloudconvert 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.
|
ResourceType |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
ResourceType |
withCerify(CerifyType value) |
ResourceType |
withCloudconvert(CloudConvertType 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) |
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
public void setId(String value)
value
- allowed object is
String
public boolean isSetId()
public String getState()
String
public void setState(String value)
value
- allowed object is
String
public boolean isSetState()
public NetworkType getNetwork()
NetworkType
public void setNetwork(NetworkType value)
value
- allowed object is
NetworkType
public boolean isSetNetwork()
public TranscoderType getTranscoder()
TranscoderType
public void setTranscoder(TranscoderType value)
value
- allowed object is
TranscoderType
public boolean isSetTranscoder()
public ExternalTranscoderType getExternalTranscoder()
ExternalTranscoderType
public void setExternalTranscoder(ExternalTranscoderType value)
value
- allowed object is
ExternalTranscoderType
public boolean isSetExternalTranscoder()
public CerifyType getCerify()
CerifyType
public void setCerify(CerifyType value)
value
- allowed object is
CerifyType
public boolean isSetCerify()
public ThumbnailServiceType getThumbnail()
ThumbnailServiceType
public void setThumbnail(ThumbnailServiceType value)
value
- allowed object is
ThumbnailServiceType
public boolean isSetThumbnail()
public FinalCutServerType getFinalcutserver()
FinalCutServerType
public void setFinalcutserver(FinalCutServerType value)
value
- allowed object is
FinalCutServerType
public boolean isSetFinalcutserver()
public MXFServerResourceType getMxfserver()
MXFServerResourceType
public void setMxfserver(MXFServerResourceType value)
value
- allowed object is
MXFServerResourceType
public boolean isSetMxfserver()
public SigniantType getSigniant()
SigniantType
public void setSigniant(SigniantType value)
value
- allowed object is
SigniantType
public boolean isSetSigniant()
public LDAPResourceType getLdap()
LDAPResourceType
public void setLdap(LDAPResourceType value)
value
- allowed object is
LDAPResourceType
public boolean isSetLdap()
public String getUnknown()
String
public void setUnknown(String value)
value
- allowed object is
String
public boolean isSetUnknown()
public CloudConvertType getCloudconvert()
CloudConvertType
public void setCloudconvert(CloudConvertType value)
value
- allowed object is
CloudConvertType
public boolean isSetCloudconvert()
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
public 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 visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.