public class MDObjectWeakReference extends MDObjectBase implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for MDObjectWeakReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MDObjectWeakReference">
<complexContent>
<extension base="{http://xml.vidispine.com/schema/vidispine}MDObjectBase">
<sequence>
<element name="target" type="{http://xml.vidispine.com/schema/vidispine}InstanceUID"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
target |
name, ul| Constructor and Description |
|---|
MDObjectWeakReference() |
| 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() |
byte[] |
getTarget()
Gets the value of the target property.
|
boolean |
isSetTarget() |
void |
setTarget(byte[] value)
Sets the value of the target property.
|
MDObjectWeakReference |
withName(String value) |
MDObjectWeakReference |
withTarget(byte[] value) |
MDObjectWeakReference |
withUl(byte[] value) |
public byte[] getTarget()
Stringpublic void setTarget(byte[] value)
value - allowed object is
Stringpublic boolean isSetTarget()
public Object clone()
clone in class MDObjectBasepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class MDObjectBasepublic 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.CopyTocopyTo in class MDObjectBasepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in class MDObjectBasepublic MDObjectWeakReference withTarget(byte[] value)
public MDObjectWeakReference withName(String value)
withName in class MDObjectBasepublic MDObjectWeakReference withUl(byte[] value)
withUl in class MDObjectBaseCopyright © 2015. All rights reserved.