/** * Create an instance of {@link JAXBElement }{@code <}{@link OutOfBounds }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "OutOfBoundsFault") public JAXBElement<OutOfBounds> createOutOfBoundsFault(OutOfBounds value) { return new JAXBElement<OutOfBounds>(_OutOfBoundsFault_QNAME, OutOfBounds.class, null, value); }
public void updateProgress(int percentDone) throws InvalidState, OutOfBounds, RuntimeFault, RemoteException { getVimService().updateProgress(getMOR(), percentDone); }