Uses of Class
com.vidispine.generated.ForwardServiceType
-
-
Uses of ForwardServiceType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ForwardServiceType Modifier and Type Field Description protected List<ForwardServiceType>
VXAType. forwardService
Methods in com.vidispine.generated that return ForwardServiceType Modifier and Type Method Description ForwardServiceType
ObjectFactory. createForwardServiceType()
Create an instance ofForwardServiceType
ForwardServiceType
ForwardServiceType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ForwardServiceType
ForwardServiceType. withId(Integer value)
ForwardServiceType
ForwardServiceType. withUri(String value)
Methods in com.vidispine.generated that return types with arguments of type ForwardServiceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ForwardServiceType>
ObjectFactory. createVXAForwardService(ForwardServiceType value)
List<ForwardServiceType>
VXAType. getForwardService()
Gets the value of the forwardService property.Methods in com.vidispine.generated with parameters of type ForwardServiceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ForwardServiceType>
ObjectFactory. createVXAForwardService(ForwardServiceType value)
VXAType
VXAType. withForwardService(ForwardServiceType... values)
Method parameters in com.vidispine.generated with type arguments of type ForwardServiceType Modifier and Type Method Description VXAType
VXAType. withForwardService(Collection<ForwardServiceType> values)
-