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.
|
public byte[] getTarget()
String
public void setTarget(byte[] value)
value
- allowed object is
String
public boolean isSetTarget()
public Object clone()
clone
in class MDObjectBase
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
copyTo
in class MDObjectBase
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
copyTo
in class MDObjectBase
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
createNewInstance
in class MDObjectBase
Copyright © 2015. All rights reserved.