Uses of Class
com.vidispine.generated.VXAVSInstanceType
-
-
Uses of VXAVSInstanceType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type VXAVSInstanceType Modifier and Type Field Description protected List<VXAVSInstanceType>
VXAType. vsInstance
Methods in com.vidispine.generated that return VXAVSInstanceType Modifier and Type Method Description VXAVSInstanceType
ObjectFactory. createVXAVSInstanceType()
Create an instance ofVXAVSInstanceType
VXAVSInstanceType
VXAVSInstanceType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
VXAVSInstanceType
VXAVSInstanceType. withLastSeen(XMLGregorianCalendar value)
VXAVSInstanceType
VXAVSInstanceType. withStatus(VXAStatus value)
VXAVSInstanceType
VXAVSInstanceType. withUri(String value)
VXAVSInstanceType
VXAVSInstanceType. withVsClusterAddress(String value)
Methods in com.vidispine.generated that return types with arguments of type VXAVSInstanceType Modifier and Type Method Description List<VXAVSInstanceType>
VXAType. getVsInstance()
Gets the value of the vsInstance property.Methods in com.vidispine.generated with parameters of type VXAVSInstanceType Modifier and Type Method Description VXAType
VXAType. withVsInstance(VXAVSInstanceType... values)
Method parameters in com.vidispine.generated with type arguments of type VXAVSInstanceType Modifier and Type Method Description VXAType
VXAType. withVsInstance(Collection<VXAVSInstanceType> values)
-