Uses of Class
com.vidispine.generated.SupportedProtocolsType.Output
-
-
Uses of SupportedProtocolsType.Output in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SupportedProtocolsType.Output Modifier and Type Field Description protected List<SupportedProtocolsType.Output>
SupportedProtocolsType. output
Methods in com.vidispine.generated that return SupportedProtocolsType.Output Modifier and Type Method Description SupportedProtocolsType.Output
ObjectFactory. createSupportedProtocolsTypeOutput()
Create an instance ofSupportedProtocolsType.Output
SupportedProtocolsType.Output
SupportedProtocolsType.Output. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SupportedProtocolsType.Output
SupportedProtocolsType.Output. withProtocol(String... values)
SupportedProtocolsType.Output
SupportedProtocolsType.Output. withProtocol(Collection<String> values)
SupportedProtocolsType.Output
SupportedProtocolsType.Output. withShape(String value)
Methods in com.vidispine.generated that return types with arguments of type SupportedProtocolsType.Output Modifier and Type Method Description List<SupportedProtocolsType.Output>
SupportedProtocolsType. getOutput()
Gets the value of the output property.Methods in com.vidispine.generated with parameters of type SupportedProtocolsType.Output Modifier and Type Method Description SupportedProtocolsType
SupportedProtocolsType. withOutput(SupportedProtocolsType.Output... values)
Method parameters in com.vidispine.generated with type arguments of type SupportedProtocolsType.Output Modifier and Type Method Description SupportedProtocolsType
SupportedProtocolsType. withOutput(Collection<SupportedProtocolsType.Output> values)
-