Uses of Class
com.vidispine.generated.SelfTestType
-
-
Uses of SelfTestType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SelfTestType Modifier and Type Field Description protected List<SelfTestType>
SelfTestType. test
Methods in com.vidispine.generated that return SelfTestType Modifier and Type Method Description SelfTestType
ObjectFactory. createSelfTestType()
Create an instance ofSelfTestType
SelfTestType
SelfTestType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SelfTestType
SelfTestType. withDescription(String value)
SelfTestType
SelfTestType. withMessage(String... values)
SelfTestType
SelfTestType. withMessage(Collection<String> values)
SelfTestType
SelfTestType. withName(String value)
SelfTestType
SelfTestType. withStatus(String value)
SelfTestType
SelfTestType. withTest(SelfTestType... values)
SelfTestType
SelfTestType. withTest(Collection<SelfTestType> values)
SelfTestType
SelfTestType. withTook(String value)
Methods in com.vidispine.generated that return types with arguments of type SelfTestType Modifier and Type Method Description javax.xml.bind.JAXBElement<SelfTestType>
ObjectFactory. createSelfTestDocument(SelfTestType value)
List<SelfTestType>
SelfTestType. getTest()
Gets the value of the test property.Methods in com.vidispine.generated with parameters of type SelfTestType Modifier and Type Method Description javax.xml.bind.JAXBElement<SelfTestType>
ObjectFactory. createSelfTestDocument(SelfTestType value)
SelfTestType
SelfTestType. withTest(SelfTestType... values)
Method parameters in com.vidispine.generated with type arguments of type SelfTestType Modifier and Type Method Description SelfTestType
SelfTestType. withTest(Collection<SelfTestType> values)
-