Uses of Class
org.javastro.ivoa.entities.uws.ErrorSummary
Packages that use ErrorSummary
-
Uses of ErrorSummary in org.javastro.ivoa.entities.uws
Fields in org.javastro.ivoa.entities.uws declared as ErrorSummaryModifier and TypeFieldDescriptionprotected final ErrorSummaryErrorSummary.Builder._storedValueprotected ErrorSummaryJob.errorSummaryFields in org.javastro.ivoa.entities.uws with type parameters of type ErrorSummaryModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Job,ErrorSummary> Job.PropInfo.ERROR_SUMMARYstatic final com.kscs.util.jaxb.SinglePropertyInfo<ErrorSummary,Boolean> ErrorSummary.PropInfo.HAS_DETAILstatic final com.kscs.util.jaxb.SinglePropertyInfo<ErrorSummary,String> ErrorSummary.PropInfo.MESSAGEstatic final com.kscs.util.jaxb.SinglePropertyInfo<ErrorSummary,ErrorType> ErrorSummary.PropInfo.TYPEMethods in org.javastro.ivoa.entities.uws with type parameters of type ErrorSummaryModifier and TypeMethodDescriptionprotected <_P extends ErrorSummary>
_PErrorSummary.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.uws that return ErrorSummaryModifier and TypeMethodDescriptionErrorSummary.Builder.build()ErrorSummary.clone()ErrorSummary.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) ErrorSummary.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) ErrorSummary.createCopy()ErrorSummary.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createErrorSummary()Create an instance ofErrorSummaryJob.getErrorSummary()Gets the value of the errorSummary property.ErrorSummary.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.uws with parameters of type ErrorSummaryModifier and TypeMethodDescriptionstatic ErrorSummary.Builder<Void>ErrorSummary.copyExcept(ErrorSummary _other, com.kscs.util.jaxb.PropertyTree _propertyTree) ErrorSummary.Builder.copyOf(ErrorSummary _other) static <_B> ErrorSummary.Builder<_B>ErrorSummary.copyOf(ErrorSummary _other) static <_B> ErrorSummary.Builder<_B>ErrorSummary.copyOf(ErrorSummary _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static ErrorSummary.Builder<Void>ErrorSummary.copyOnly(ErrorSummary _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidJob.Modifier.setErrorSummary(ErrorSummary errorSummary) voidJob.setErrorSummary(ErrorSummary value) Sets the value of the errorSummary property.Job.Builder.withErrorSummary(ErrorSummary errorSummary) Sets the new value of "errorSummary" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.uws with parameters of type ErrorSummaryModifierConstructorDescriptionBuilder(_B _parentBuilder, ErrorSummary _other, boolean _copy) Builder(_B _parentBuilder, ErrorSummary _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Job(String jobId, String runId, String ownerId, ExecutionPhase phase, ZonedDateTime quote, ZonedDateTime creationTime, ZonedDateTime startTime, ZonedDateTime endTime, int executionDuration, ZonedDateTime destruction, Parameters parameters, Results results, ErrorSummary errorSummary, Job.JobInfo jobInfo, String version) Fully-initialising value constructor