Uses of Class
com.vidispine.generated.TapePackageTrackType
-
-
Uses of TapePackageTrackType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TapePackageTrackType Modifier and Type Field Description protected List<TapePackageTrackType>
TapePackageType. track
Methods in com.vidispine.generated that return TapePackageTrackType Modifier and Type Method Description TapePackageTrackType
ObjectFactory. createTapePackageTrackType()
Create an instance ofTapePackageTrackType
TapePackageTrackType
TapePackageTrackType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TapePackageTrackType
TapePackageTrackType. withFrameRate(FrameRateType value)
TapePackageTrackType
TapePackageTrackType. withIs50FPS(Boolean value)
TapePackageTrackType
TapePackageTrackType. withIsPicture(boolean value)
TapePackageTrackType
TapePackageTrackType. withLength(int value)
TapePackageTrackType
TapePackageTrackType. withName(String value)
TapePackageTrackType
TapePackageTrackType. withNumber(int value)
TapePackageTrackType
TapePackageTrackType. withTrackID(int value)
Methods in com.vidispine.generated that return types with arguments of type TapePackageTrackType Modifier and Type Method Description List<TapePackageTrackType>
TapePackageType. getTrack()
Gets the value of the track property.Methods in com.vidispine.generated with parameters of type TapePackageTrackType Modifier and Type Method Description TapePackageType
TapePackageType. withTrack(TapePackageTrackType... values)
Method parameters in com.vidispine.generated with type arguments of type TapePackageTrackType Modifier and Type Method Description TapePackageType
TapePackageType. withTrack(Collection<TapePackageTrackType> values)
-