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"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CerifyType |
cerify |
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.
|
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 |
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 |
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 |
withCerify(CerifyType 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
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 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)
Copyright © 2015. All rights reserved.