Package org.javastro.ivoa.entities.uws
Class Job
java.lang.Object
org.javastro.ivoa.entities.uws.Job
- All Implemented Interfaces:
org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2024-08-01T13:15:43+01:00")
public class Job
extends Object
implements org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
The complete representation of the state of a job
Java class for JobSummary complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="JobSummary">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="jobId" type="{http://www.ivoa.net/xml/UWS/v1.0}JobIdentifier"/>
<element name="runId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ownerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="phase" type="{http://www.ivoa.net/xml/UWS/v1.0}ExecutionPhase"/>
<element name="quote" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="creationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="executionDuration" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="destruction" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element ref="{http://www.ivoa.net/xml/UWS/v1.0}parameters" minOccurs="0"/>
<element ref="{http://www.ivoa.net/xml/UWS/v1.0}results"/>
<element name="errorSummary" type="{http://www.ivoa.net/xml/UWS/v1.0}ErrorSummary" minOccurs="0"/>
<element name="jobInfo" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="version" type="{http://www.ivoa.net/xml/UWS/v1.0}UWSVersion" />
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocalDateTimeNote that the version 1.1 of the specification requires that this element be present.protected LocalDateTimeThe time at which the whole job + records + results will be destroyed.protected LocalDateTimeThe instant at which the job finished executionprotected ErrorSummaryprotected intThe duration (in seconds) for which the job should be allowed to run - a value of 0 is intended to mean unlimited - returned at /{jobs}/{job-id}/executiondurationprotected Stringprotected Job.JobInfoThis is arbitrary information that can be added to the job description by the UWS implementation.protected Stringthe owner (creator) of the job - this should be expressed as a string that can be parsed in accordance with IVOA security standards.The parameters to the job (where appropriate) can also be retrieved at /{jobs}/{job-id}/parametersprotected ExecutionPhasethe execution phase - returned at /{jobs}/{job-id}/phaseprotected LocalDateTimeA Quote predicts when the job is likely to complete - returned at /{jobs}/{job-id}/quote "don't know" is encoded by setting to the XML null value xsi:nil="true"protected List<ResultReference>The results for the job - can also be retrieved at /{jobs}/{job-id}/resultsprotected Stringthis is a client supplied identifier - the UWS system does nothing other than to return it as part of the description of the jobprotected LocalDateTimeThe instant at which the job started execution.protected Stringnote that this attribute is actually required by the 1.1 specification - however remains optional in the schema for backwards compatibility. -
Constructor Summary
ConstructorsConstructorDescriptionJob()Default no-arg constructorJob(String jobId, String runId, String ownerId, ExecutionPhase phase, LocalDateTime quote, LocalDateTime creationTime, LocalDateTime startTime, LocalDateTime endTime, int executionDuration, LocalDateTime destruction, List<Parameter> parameters, List<ResultReference> results, ErrorSummary errorSummary, Job.JobInfo jobInfo, String version) Fully-initialising value constructor -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) booleanNote that the version 1.1 of the specification requires that this element be present.The time at which the whole job + records + results will be destroyed.The instant at which the job finished executionGets the value of the errorSummary property.intThe duration (in seconds) for which the job should be allowed to run - a value of 0 is intended to mean unlimited - returned at /{jobs}/{job-id}/executiondurationgetJobId()Gets the value of the jobId property.This is arbitrary information that can be added to the job description by the UWS implementation.the owner (creator) of the job - this should be expressed as a string that can be parsed in accordance with IVOA security standards.getPhase()the execution phase - returned at /{jobs}/{job-id}/phasegetQuote()A Quote predicts when the job is likely to complete - returned at /{jobs}/{job-id}/quote "don't know" is encoded by setting to the XML null value xsi:nil="true"getRunId()this is a client supplied identifier - the UWS system does nothing other than to return it as part of the description of the jobThe instant at which the job started execution.note that this attribute is actually required by the 1.1 specification - however remains optional in the schema for backwards compatibility.inthashCode()voidvoidmergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) voidsetCreationTime(LocalDateTime value) Sets the value of the creationTime property.voidsetDestruction(LocalDateTime value) Sets the value of the destruction property.voidsetEndTime(LocalDateTime value) Sets the value of the endTime property.voidsetErrorSummary(ErrorSummary value) Sets the value of the errorSummary property.voidsetExecutionDuration(int value) Sets the value of the executionDuration property.voidSets the value of the jobId property.voidsetJobInfo(Job.JobInfo value) Sets the value of the jobInfo property.voidsetOwnerId(String value) Sets the value of the ownerId property.voidsetParameters(List<Parameter> parameters) voidsetPhase(ExecutionPhase value) Sets the value of the phase property.voidsetQuote(LocalDateTime value) Sets the value of the quote property.voidsetResults(List<ResultReference> results) voidSets the value of the runId property.voidsetStartTime(LocalDateTime value) Sets the value of the startTime property.voidsetVersion(String value) Sets the value of the version property.toString()withCreationTime(LocalDateTime value) withDestruction(LocalDateTime value) withEndTime(LocalDateTime value) withErrorSummary(ErrorSummary value) withExecutionDuration(int value) withJobInfo(Job.JobInfo value) withOwnerId(String value) withParameters(Collection<Parameter> values) withParameters(List<Parameter> parameters) withParameters(Parameter... values) withPhase(ExecutionPhase value) withQuote(LocalDateTime value) withResults(Collection<ResultReference> values) withResults(List<ResultReference> results) withResults(ResultReference... values) withStartTime(LocalDateTime value) withVersion(String value)
-
Field Details
-
jobId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String jobId -
runId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String runIdthis is a client supplied identifier - the UWS system does nothing other than to return it as part of the description of the job -
ownerId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String ownerIdthe owner (creator) of the job - this should be expressed as a string that can be parsed in accordance with IVOA security standards. If there was no authenticated job creator then this should be set to NULL. -
phase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected ExecutionPhase phasethe execution phase - returned at /{jobs}/{job-id}/phase -
quote
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected LocalDateTime quoteA Quote predicts when the job is likely to complete - returned at /{jobs}/{job-id}/quote "don't know" is encoded by setting to the XML null value xsi:nil="true" -
creationTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected LocalDateTime creationTimeNote that the version 1.1 of the specification requires that this element be present. It is optional only in versions 1.x of the schema for backwards compatibility. 2.0+ versions of the schema will make this formally mandatory in an XML sense. -
startTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected LocalDateTime startTimeThe instant at which the job started execution. -
endTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected LocalDateTime endTimeThe instant at which the job finished execution -
executionDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected int executionDurationThe duration (in seconds) for which the job should be allowed to run - a value of 0 is intended to mean unlimited - returned at /{jobs}/{job-id}/executionduration -
destruction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected LocalDateTime destructionThe time at which the whole job + records + results will be destroyed. returned at /{jobs}/{job-id}/destruction -
parameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<Parameter> parametersThe parameters to the job (where appropriate) can also be retrieved at /{jobs}/{job-id}/parameters -
results
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected List<ResultReference> resultsThe results for the job - can also be retrieved at /{jobs}/{job-id}/results -
errorSummary
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected ErrorSummary errorSummary -
jobInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected Job.JobInfo jobInfoThis is arbitrary information that can be added to the job description by the UWS implementation. -
version
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") protected String versionnote that this attribute is actually required by the 1.1 specification - however remains optional in the schema for backwards compatibility. It will be formally required in the next major revision.
-
-
Constructor Details
-
Job
public Job()Default no-arg constructor -
Job
public Job(String jobId, String runId, String ownerId, ExecutionPhase phase, LocalDateTime quote, LocalDateTime creationTime, LocalDateTime startTime, LocalDateTime endTime, int executionDuration, LocalDateTime destruction, List<Parameter> parameters, List<ResultReference> results, ErrorSummary errorSummary, Job.JobInfo jobInfo, String version) Fully-initialising value constructor
-
-
Method Details
-
getJobId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getJobId()Gets the value of the jobId property.- Returns:
- possible object is
String
-
setJobId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setJobId(String value) Sets the value of the jobId property.- Parameters:
value- allowed object isString
-
getRunId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getRunId()this is a client supplied identifier - the UWS system does nothing other than to return it as part of the description of the job- Returns:
- possible object is
String
-
setRunId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setRunId(String value) Sets the value of the runId property.- Parameters:
value- allowed object isString- See Also:
-
getOwnerId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getOwnerId()the owner (creator) of the job - this should be expressed as a string that can be parsed in accordance with IVOA security standards. If there was no authenticated job creator then this should be set to NULL.- Returns:
- possible object is
String
-
setOwnerId
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setOwnerId(String value) Sets the value of the ownerId property.- Parameters:
value- allowed object isString- See Also:
-
getPhase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ExecutionPhase getPhase()the execution phase - returned at /{jobs}/{job-id}/phase- Returns:
- possible object is
ExecutionPhase
-
setPhase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setPhase(ExecutionPhase value) Sets the value of the phase property.- Parameters:
value- allowed object isExecutionPhase- See Also:
-
getQuote
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public LocalDateTime getQuote()A Quote predicts when the job is likely to complete - returned at /{jobs}/{job-id}/quote "don't know" is encoded by setting to the XML null value xsi:nil="true"- Returns:
- possible object is
String
-
setQuote
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setQuote(LocalDateTime value) Sets the value of the quote property.- Parameters:
value- allowed object isString- See Also:
-
getCreationTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public LocalDateTime getCreationTime()Note that the version 1.1 of the specification requires that this element be present. It is optional only in versions 1.x of the schema for backwards compatibility. 2.0+ versions of the schema will make this formally mandatory in an XML sense.- Returns:
- possible object is
String
-
setCreationTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setCreationTime(LocalDateTime value) Sets the value of the creationTime property.- Parameters:
value- allowed object isString- See Also:
-
getStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public LocalDateTime getStartTime()The instant at which the job started execution.- Returns:
- possible object is
String
-
setStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setStartTime(LocalDateTime value) Sets the value of the startTime property.- Parameters:
value- allowed object isString- See Also:
-
getEndTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public LocalDateTime getEndTime()The instant at which the job finished execution- Returns:
- possible object is
String
-
setEndTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setEndTime(LocalDateTime value) Sets the value of the endTime property.- Parameters:
value- allowed object isString- See Also:
-
getExecutionDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public int getExecutionDuration()The duration (in seconds) for which the job should be allowed to run - a value of 0 is intended to mean unlimited - returned at /{jobs}/{job-id}/executionduration -
setExecutionDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setExecutionDuration(int value) Sets the value of the executionDuration property. -
getDestruction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public LocalDateTime getDestruction()The time at which the whole job + records + results will be destroyed. returned at /{jobs}/{job-id}/destruction- Returns:
- possible object is
String
-
setDestruction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setDestruction(LocalDateTime value) Sets the value of the destruction property.- Parameters:
value- allowed object isString- See Also:
-
getErrorSummary
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public ErrorSummary getErrorSummary()Gets the value of the errorSummary property.- Returns:
- possible object is
ErrorSummary
-
setErrorSummary
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setErrorSummary(ErrorSummary value) Sets the value of the errorSummary property.- Parameters:
value- allowed object isErrorSummary
-
getJobInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job.JobInfo getJobInfo()This is arbitrary information that can be added to the job description by the UWS implementation.- Returns:
- possible object is
Job.JobInfo
-
setJobInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setJobInfo(Job.JobInfo value) Sets the value of the jobInfo property.- Parameters:
value- allowed object isJob.JobInfo- See Also:
-
getVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String getVersion()note that this attribute is actually required by the 1.1 specification - however remains optional in the schema for backwards compatibility. It will be formally required in the next major revision.- Returns:
- possible object is
String
-
setVersion
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setVersion(String value) Sets the value of the version property.- Parameters:
value- allowed object isString- See Also:
-
getParameters
-
setParameters
-
getResults
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public List<ResultReference> getResults() -
setResults
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void setResults(List<ResultReference> results) -
equals
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public boolean equals(Object object) -
hashCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public int hashCode() -
toString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public String toString() -
append
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString
-
appendFields
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString
-
withJobId
-
withRunId
-
withOwnerId
-
withPhase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withPhase(ExecutionPhase value) -
withQuote
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withQuote(LocalDateTime value) -
withCreationTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withCreationTime(LocalDateTime value) -
withStartTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withStartTime(LocalDateTime value) -
withEndTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withEndTime(LocalDateTime value) -
withExecutionDuration
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withExecutionDuration(int value) -
withDestruction
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withDestruction(LocalDateTime value) -
withErrorSummary
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withErrorSummary(ErrorSummary value) -
withJobInfo
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withJobInfo(Job.JobInfo value) -
withVersion
-
withParameters
-
withParameters
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withParameters(Collection<Parameter> values) -
withParameters
-
withResults
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withResults(ResultReference... values) -
withResults
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withResults(Collection<ResultReference> values) -
withResults
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Job withResults(List<ResultReference> results) -
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(Object left, Object right) - Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
mergeFrom
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy) - Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom
-
createNewInstance
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-08-01T13:15:43+01:00") public Object createNewInstance()- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb.lang.MergeFrom
-