Uses of Class
com.vidispine.generated.MDObjectNode
-
Uses of MDObjectNode in com.vidispine.generated
Subclasses of MDObjectNode in com.vidispine.generatedModifier and TypeClassDescriptionclass
Java class for MDObjectStrongReference complex typeFields in com.vidispine.generated declared as MDObjectNodeModifier and TypeFieldDescriptionprotected MDObjectNode
DMS1Type.Partition.MaterialPackage.StaticTrack.dms1Framework
protected MDObjectNode
MDSegment.dms1Framework
Fields in com.vidispine.generated with type parameters of type MDObjectNodeMethods in com.vidispine.generated that return MDObjectNodeModifier and TypeMethodDescriptionObjectFactory.createMDObjectNode()
Create an instance ofMDObjectNode
DMS1Type.Partition.MaterialPackage.StaticTrack.getDms1Framework()
Gets the value of the dms1Framework property.MDSegment.getDms1Framework()
Gets the value of the dms1Framework property.MDObjectNode.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) MDObjectNode.withChild
(MDObjectNode... values) Adds objects to the list of Child using add methodMDObjectNode.withChild
(Collection<MDObjectNode> values) Adds objects to the list of Child using addAll methodMDObjectNode.withInstanceUid
(byte[] value) Sets the value of the instanceUid property.MDObjectNode.withLeaf
(MDObjectLeaf... values) Adds objects to the list of Leaf using add methodMDObjectNode.withLeaf
(Collection<MDObjectLeaf> values) Adds objects to the list of Leaf using addAll methodSets the value of the name property.MDObjectNode.withStrongReference
(MDObjectStrongReference... values) Adds objects to the list of StrongReference using add methodMDObjectNode.withStrongReference
(Collection<MDObjectStrongReference> values) Adds objects to the list of StrongReference using addAll methodMDObjectNode.withUl
(byte[] value) Sets the value of the ul property.MDObjectNode.withWeakReference
(MDObjectWeakReference... values) Adds objects to the list of WeakReference using add methodMDObjectNode.withWeakReference
(Collection<MDObjectWeakReference> values) Adds objects to the list of WeakReference using addAll methodMethods in com.vidispine.generated that return types with arguments of type MDObjectNodeMethods in com.vidispine.generated with parameters of type MDObjectNodeModifier and TypeMethodDescriptionvoid
DMS1Type.Partition.MaterialPackage.StaticTrack.setDms1Framework
(MDObjectNode value) Sets the value of the dms1Framework property.void
MDSegment.setDms1Framework
(MDObjectNode value) Sets the value of the dms1Framework property.MDObjectNode.withChild
(MDObjectNode... values) Adds objects to the list of Child using add methodMDObjectStrongReference.withChild
(MDObjectNode... values) Adds objects to the list of Child using add methodDMS1Type.Partition.MaterialPackage.StaticTrack.withDms1Framework
(MDObjectNode value) Sets the value of the dms1Framework property.MDSegment.withDms1Framework
(MDObjectNode value) Sets the value of the dms1Framework property.Method parameters in com.vidispine.generated with type arguments of type MDObjectNodeModifier and TypeMethodDescriptionMDObjectNode.withChild
(Collection<MDObjectNode> values) Adds objects to the list of Child using addAll methodMDObjectStrongReference.withChild
(Collection<MDObjectNode> values) Adds objects to the list of Child using addAll method