Uses of Class
com.vidispine.generated.SelfTestType
-
Uses of SelfTestType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SelfTestTypeMethods in com.vidispine.generated that return SelfTestTypeModifier and TypeMethodDescriptionObjectFactory.createSelfTestType()
Create an instance ofSelfTestType
SelfTestType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) SelfTestType.withDescription
(String value) Sets the value of the description property.SelfTestType.withMessage
(String... values) Adds objects to the list of Message using add methodSelfTestType.withMessage
(Collection<String> values) Adds objects to the list of Message using addAll methodSets the value of the name property.SelfTestType.withStatus
(String value) Sets the value of the status property.SelfTestType.withTest
(SelfTestType... values) Adds objects to the list of Test using add methodSelfTestType.withTest
(Collection<SelfTestType> values) Adds objects to the list of Test using addAll methodSets the value of the took property.Methods in com.vidispine.generated that return types with arguments of type SelfTestTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SelfTestType>
ObjectFactory.createSelfTestDocument
(SelfTestType value) SelfTestType.getTest()
Gets the value of the test property.Methods in com.vidispine.generated with parameters of type SelfTestTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<SelfTestType>
ObjectFactory.createSelfTestDocument
(SelfTestType value) SelfTestType.withTest
(SelfTestType... values) Adds objects to the list of Test using add methodMethod parameters in com.vidispine.generated with type arguments of type SelfTestTypeModifier and TypeMethodDescriptionSelfTestType.withTest
(Collection<SelfTestType> values) Adds objects to the list of Test using addAll method