Uses of Class
com.vidispine.generated.ConformType
-
-
Uses of ConformType in com.vidispine.generated
Fields in com.vidispine.generated declared as ConformType Modifier and Type Field Description protected ConformType
ConformRequestType. conform
Methods in com.vidispine.generated that return ConformType Modifier and Type Method Description ConformType
ObjectFactory. createConformType()
Create an instance ofConformType
ConformType
ConformRequestType. getConform()
Gets the value of the conform property.ConformType
ConformType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ConformType
ConformType. withOverlay(ConformOverlayType... values)
ConformType
ConformType. withOverlay(Collection<ConformOverlayType> values)
ConformType
ConformType. withTextOverlay(TextOverlayType... values)
ConformType
ConformType. withTextOverlay(Collection<TextOverlayType> values)
ConformType
ConformType. withTimeBase(TimeBaseType value)
ConformType
ConformType. withTimeline(ConformTimelineType value)
Methods in com.vidispine.generated that return types with arguments of type ConformType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConformType>
ObjectFactory. createConformDocument(ConformType value)
Methods in com.vidispine.generated with parameters of type ConformType Modifier and Type Method Description javax.xml.bind.JAXBElement<ConformType>
ObjectFactory. createConformDocument(ConformType value)
void
ConformRequestType. setConform(ConformType value)
Sets the value of the conform property.ConformRequestType
ConformRequestType. withConform(ConformType value)
-