Uses of Class
com.vidispine.generated.ConformSegmentType
-
-
Uses of ConformSegmentType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ConformSegmentType Modifier and Type Field Description protected List<ConformSegmentType>
ConformTimelineType. segment
Methods in com.vidispine.generated that return ConformSegmentType Modifier and Type Method Description ConformSegmentType
ObjectFactory. createConformSegmentType()
Create an instance ofConformSegmentType
ConformSegmentType
ConformSegmentType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ConformSegmentType
ConformSegmentType. withDestination(ConformDestinationType value)
ConformSegmentType
ConformSegmentType. withSource(ConformSourceType value)
Methods in com.vidispine.generated that return types with arguments of type ConformSegmentType Modifier and Type Method Description List<ConformSegmentType>
ConformTimelineType. getSegment()
Gets the value of the segment property.Methods in com.vidispine.generated with parameters of type ConformSegmentType Modifier and Type Method Description ConformTimelineType
ConformTimelineType. withSegment(ConformSegmentType... values)
Method parameters in com.vidispine.generated with type arguments of type ConformSegmentType Modifier and Type Method Description ConformTimelineType
ConformTimelineType. withSegment(Collection<ConformSegmentType> values)
-