Uses of Class
com.vidispine.generated.MDSegment
-
-
Uses of MDSegment in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MDSegment Modifier and Type Field Description protected List<MDSegment>
DMS1Type.Partition.MaterialPackage.EventTrack. segment
Methods in com.vidispine.generated that return MDSegment Modifier and Type Method Description MDSegment
ObjectFactory. createMDSegment()
Create an instance ofMDSegment
MDSegment
MDSegment. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
MDSegment
MDSegment. withDms1Framework(MDObjectNode value)
MDSegment
MDSegment. withInterval(TimeIntervalType value)
Methods in com.vidispine.generated that return types with arguments of type MDSegment Modifier and Type Method Description List<MDSegment>
DMS1Type.Partition.MaterialPackage.EventTrack. getSegment()
Gets the value of the segment property.Methods in com.vidispine.generated with parameters of type MDSegment Modifier and Type Method Description DMS1Type.Partition.MaterialPackage.EventTrack
DMS1Type.Partition.MaterialPackage.EventTrack. withSegment(MDSegment... values)
Method parameters in com.vidispine.generated with type arguments of type MDSegment Modifier and Type Method Description DMS1Type.Partition.MaterialPackage.EventTrack
DMS1Type.Partition.MaterialPackage.EventTrack. withSegment(Collection<MDSegment> values)
-