Package com.vidispine.generated
Class MDObjectWeakReference
java.lang.Object
com.vidispine.generated.MDObjectBase
com.vidispine.generated.MDObjectWeakReference
- All Implemented Interfaces:
Serializable,Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.ToString
public class MDObjectWeakReference
extends MDObjectBase
implements Serializable, Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.ToString
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>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.vidispine.generated.MDObjectBase
name, ul -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) clone()copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) booleanbooleanequals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) byte[]Gets the value of the target property.inthashCode()inthashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) booleanvoidsetTarget(byte[] value) Sets the value of the target property.toString()visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the name property.withTarget(byte[] value) Sets the value of the target property.withUl(byte[] value) Sets the value of the ul property.
-
Field Details
-
target
protected byte[] target
-
-
Constructor Details
-
MDObjectWeakReference
public MDObjectWeakReference()
-
-
Method Details
-
getTarget
public byte[] getTarget()Gets the value of the target property.- Returns:
- possible object is
String
-
setTarget
public void setTarget(byte[] value) Sets the value of the target property.- Parameters:
value- allowed object isString
-
isSetTarget
public boolean isSetTarget() -
clone
- Overrides:
clonein classMDObjectBase
-
copyTo
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMDObjectBase
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy) - Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classMDObjectBase
-
createNewInstance
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
createNewInstancein classMDObjectBase
-
withTarget
Sets the value of the target property.- Parameters:
value- allowed object is byte[]- Returns:
- The class instance
-
withName
Sets the value of the name property.- Overrides:
withNamein classMDObjectBase- Parameters:
value- allowed object isString- Returns:
- The class instance
-
withUl
Sets the value of the ul property.- Overrides:
withUlin classMDObjectBase- Parameters:
value- allowed object is byte[]- Returns:
- The class instance
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classMDObjectBase
-
equals
- Overrides:
equalsin classMDObjectBase
-
visit
- Overrides:
visitin classMDObjectBase
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classMDObjectBase
-
hashCode
public int hashCode()- Overrides:
hashCodein classMDObjectBase
-
toString
- Overrides:
toStringin classMDObjectBase
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classMDObjectBase
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classMDObjectBase
-