Uses of Class
com.vidispine.generated.MDObjectNode
-
-
Uses of MDObjectNode in com.vidispine.generated
Subclasses of MDObjectNode in com.vidispine.generated Modifier and Type Class Description class
MDObjectStrongReference
Java class for MDObjectStrongReference complex type.Fields in com.vidispine.generated declared as MDObjectNode Modifier and Type Field Description protected MDObjectNode
DMS1Type.Partition.MaterialPackage.StaticTrack. dms1Framework
protected MDObjectNode
MDSegment. dms1Framework
Fields in com.vidispine.generated with type parameters of type MDObjectNode Modifier and Type Field Description protected List<MDObjectNode>
MDObjectNode. child
Methods in com.vidispine.generated that return MDObjectNode Modifier and Type Method Description MDObjectNode
ObjectFactory. createMDObjectNode()
Create an instance ofMDObjectNode
MDObjectNode
DMS1Type.Partition.MaterialPackage.StaticTrack. getDms1Framework()
Gets the value of the dms1Framework property.MDObjectNode
MDSegment. getDms1Framework()
Gets the value of the dms1Framework property.MDObjectNode
MDObjectNode. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MDObjectNode
MDObjectNode. withChild(MDObjectNode... values)
MDObjectNode
MDObjectNode. withChild(Collection<MDObjectNode> values)
MDObjectNode
MDObjectNode. withInstanceUid(byte[] value)
MDObjectNode
MDObjectNode. withLeaf(MDObjectLeaf... values)
MDObjectNode
MDObjectNode. withLeaf(Collection<MDObjectLeaf> values)
MDObjectNode
MDObjectNode. withName(String value)
MDObjectNode
MDObjectNode. withStrongReference(MDObjectStrongReference... values)
MDObjectNode
MDObjectNode. withStrongReference(Collection<MDObjectStrongReference> values)
MDObjectNode
MDObjectNode. withUl(byte[] value)
MDObjectNode
MDObjectNode. withWeakReference(MDObjectWeakReference... values)
MDObjectNode
MDObjectNode. withWeakReference(Collection<MDObjectWeakReference> values)
Methods in com.vidispine.generated that return types with arguments of type MDObjectNode Modifier and Type Method Description List<MDObjectNode>
MDObjectNode. getChild()
Gets the value of the child property.Methods in com.vidispine.generated with parameters of type MDObjectNode Modifier and Type Method Description void
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
MDObjectNode. withChild(MDObjectNode... values)
MDObjectStrongReference
MDObjectStrongReference. withChild(MDObjectNode... values)
DMS1Type.Partition.MaterialPackage.StaticTrack
DMS1Type.Partition.MaterialPackage.StaticTrack. withDms1Framework(MDObjectNode value)
MDSegment
MDSegment. withDms1Framework(MDObjectNode value)
Method parameters in com.vidispine.generated with type arguments of type MDObjectNode Modifier and Type Method Description MDObjectNode
MDObjectNode. withChild(Collection<MDObjectNode> values)
MDObjectStrongReference
MDObjectStrongReference. withChild(Collection<MDObjectNode> values)
-