Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl
Class JobAttributesDocumentImpl.JobAttributesImpl  view JobAttributesDocumentImpl.JobAttributesImpl download JobAttributesDocumentImpl.JobAttributesImpl.java

java.lang.Object
  extended byorg.apache.xmlbeans.impl.values.XmlObjectBase
      extended byorg.apache.xmlbeans.impl.values.XmlComplexContentImpl
          extended byorg.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.impl.JobAttributesDocumentImpl.JobAttributesImpl
All Implemented Interfaces:
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes, java.io.Serializable, org.apache.xmlbeans.SimpleValue, org.apache.xmlbeans.impl.values.TypeStoreUser, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
Enclosing class:
JobAttributesDocumentImpl

public static class JobAttributesDocumentImpl.JobAttributesImpl
extends org.apache.xmlbeans.impl.values.XmlComplexContentImpl
implements org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

An XML job_attributes(@http://docs.oasis-open.org/wsrf/2005/01/wsrf-Interop-2.0-draft-03.xsd). This is a complex type.


Nested Class Summary
 
Nested classes inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
 
Nested classes inherited from class org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes.Factory
 
Field Summary
private static javax.xml.namespace.QName CURRENTTIME$12
           
private static javax.xml.namespace.QName JOBID$6
           
private static javax.xml.namespace.QName JOBNAME$4
           
private static javax.xml.namespace.QName JOBORIGINATINGUSERNAME$8
           
private static javax.xml.namespace.QName JOBPRINTERREFERENCE$2
           
private static javax.xml.namespace.QName JOBREFERENCE$0
           
private static javax.xml.namespace.QName JOBSTATE$10
           
private static javax.xml.namespace.QName TERMINATIONTIME$14
           
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
 
Fields inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_voorVc, MAJOR_VERSION_NUMBER, MINOR_VERSION_NUMBER
 
Fields inherited from interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes
type
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Constructor Summary
JobAttributesDocumentImpl.JobAttributesImpl(org.apache.xmlbeans.SchemaType sType)
           
 
Method Summary
 org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType addNewJobPrinterReference()
          Appends and returns a new empty "job_printer_reference" element
 org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType addNewJobReference()
          Appends and returns a new empty "job_reference" element
 java.util.Calendar getCurrentTime()
          Gets the "CurrentTime" element
 java.math.BigInteger getJobId()
          Gets the "job_id" element
 java.lang.String getJobName()
          Gets the "job_name" element
 java.lang.String getJobOriginatingUserName()
          Gets the "job_originating_user_name" element
 org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType getJobPrinterReference()
          Gets the "job_printer_reference" element
 org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType getJobReference()
          Gets the "job_reference" element
 org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType.Enum getJobState()
          Gets the "job_state" element
 java.util.Calendar getTerminationTime()
          Gets the "TerminationTime" element
 boolean isNilTerminationTime()
          Tests for nil "TerminationTime" element
 boolean isSetCurrentTime()
          True if has "CurrentTime" element
 boolean isSetJobId()
          True if has "job_id" element
 boolean isSetJobName()
          True if has "job_name" element
 boolean isSetJobOriginatingUserName()
          True if has "job_originating_user_name" element
 boolean isSetJobPrinterReference()
          True if has "job_printer_reference" element
 boolean isSetJobReference()
          True if has "job_reference" element
 boolean isSetJobState()
          True if has "job_state" element
 boolean isSetTerminationTime()
          True if has "TerminationTime" element
 void setCurrentTime(java.util.Calendar currentTime)
          Sets the "CurrentTime" element
 void setJobId(java.math.BigInteger jobId)
          Sets the "job_id" element
 void setJobName(java.lang.String jobName)
          Sets the "job_name" element
 void setJobOriginatingUserName(java.lang.String jobOriginatingUserName)
          Sets the "job_originating_user_name" element
 void setJobPrinterReference(org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType jobPrinterReference)
          Sets the "job_printer_reference" element
 void setJobReference(org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType jobReference)
          Sets the "job_reference" element
 void setJobState(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType.Enum jobState)
          Sets the "job_state" element
 void setNilTerminationTime()
          Nils the "TerminationTime" element
 void setTerminationTime(java.util.Calendar terminationTime)
          Sets the "TerminationTime" element
 void unsetCurrentTime()
          Unsets the "CurrentTime" element
 void unsetJobId()
          Unsets the "job_id" element
 void unsetJobName()
          Unsets the "job_name" element
 void unsetJobOriginatingUserName()
          Unsets the "job_originating_user_name" element
 void unsetJobPrinterReference()
          Unsets the "job_printer_reference" element
 void unsetJobReference()
          Unsets the "job_reference" element
 void unsetJobState()
          Unsets the "job_state" element
 void unsetTerminationTime()
          Unsets the "TerminationTime" element
 org.apache.xmlbeans.XmlDateTime xgetCurrentTime()
          Gets (as xml) the "CurrentTime" element
 org.apache.xmlbeans.XmlInteger xgetJobId()
          Gets (as xml) the "job_id" element
 org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobNameType xgetJobName()
          Gets (as xml) the "job_name" element
 org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.UserNameType xgetJobOriginatingUserName()
          Gets (as xml) the "job_originating_user_name" element
 org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType xgetJobState()
          Gets (as xml) the "job_state" element
 org.apache.xmlbeans.XmlDateTime xgetTerminationTime()
          Gets (as xml) the "TerminationTime" element
 void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime)
          Sets (as xml) the "CurrentTime" element
 void xsetJobId(org.apache.xmlbeans.XmlInteger jobId)
          Sets (as xml) the "job_id" element
 void xsetJobName(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobNameType jobName)
          Sets (as xml) the "job_name" element
 void xsetJobOriginatingUserName(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.UserNameType jobOriginatingUserName)
          Sets (as xml) the "job_originating_user_name" element
 void xsetJobState(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType jobState)
          Sets (as xml) the "job_state" element
 void xsetTerminationTime(org.apache.xmlbeans.XmlDateTime terminationTime)
          Sets (as xml) the "TerminationTime" element
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlComplexContentImpl
arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, arraySetterHelper, compute_text, equal_to, get_default_attribute_text, get_default_element_text, get_elementflags, is_child_element_order_sensitive, new_visitor, schemaType, set_nil, set_String, set_text, unionArraySetterHelper, unionArraySetterHelper, update_from_complex_content, value_hash_code
 
Methods inherited from class org.apache.xmlbeans.impl.values.XmlObjectBase
_isComplexContent, _isComplexType, _validateOnSet, attach_store, bigDecimalValue, bigIntegerValue, booleanValue, build_nil, build_text, byteArrayValue, byteValue, calendarValue, changeType, check_dated, check_orphaned, compare_to, compareTo, compareValue, copy, create_attribute_user, create_element_user, dateValue, disconnect_store, documentProperties, doubleValue, dump, elementFlags, enumValue, equals, execQuery, execQuery, floatValue, gDateValue, gDurationValue, get_attribute_field, get_attribute_type, get_attributeflags, get_default_attribute_value, get_element_ending_delimiters, get_element_type, get_schema_type, get_store, get_wscanon_rule, get_wscanon_text, getBigDecimalValue, getBigIntegerValue, getBooleanValue, getByteArrayValue, getByteValue, getCalendarValue, getDateValue, getDomNode, getDoubleValue, getEnumValue, getFloatValue, getGDateValue, getGDurationValue, getIntValue, getListValue, getLongValue, getObjectValue, getQNameValue, getShortValue, getStringValue, getXmlLocale, has_store, hashCode, init_flags, initComplexType, instanceType, intValue, invalidate_element_order, invalidate_nilvalue, invalidate_value, is_defaultable_ws, is_orphaned, isDefault, isDefaultable, isFixed, isImmutable, isInstanceOf, isNil, isNillable, java_value, listValue, longValue, monitor, newCursor, newCursorForce, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, objectSet, objectValue, qNameValue, save, save, save, save, save, save, save, save, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set_b64, set_BigDecimal, set_BigInteger, set_boolean, set_byte, set_ByteArray, set_Calendar, set_char, set_ComplexXml, set_Date, set_double, set_enum, set_float, set_GDate, set_GDuration, set_hex, set_int, set_list, set_long, set_newValue, set_notation, set_QName, set_short, set_xmlanysimple, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setBigDecimalValue, setBigIntegerValue, setBooleanValue, setByteArrayValue, setByteValue, setCalendarValue, setDateValue, setDoubleValue, setEnumValue, setFloatValue, setGDateValue, setGDurationValue, setImmutable, setIntValue, setListValue, setLongValue, setNil, setObjectValue, setQNameValue, setShortValue, setStringValue, setValidateOnSet, shortValue, stringValue, substitute, toString, uses_invalidate_value, validate_now, validate_simpleval, validate, validate, valueEquals, valueHashCode, writeReplace, xgetListValue, xlistValue, xmlText, xmlText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

JOBREFERENCE$0

private static final javax.xml.namespace.QName JOBREFERENCE$0

JOBPRINTERREFERENCE$2

private static final javax.xml.namespace.QName JOBPRINTERREFERENCE$2

JOBNAME$4

private static final javax.xml.namespace.QName JOBNAME$4

JOBID$6

private static final javax.xml.namespace.QName JOBID$6

JOBORIGINATINGUSERNAME$8

private static final javax.xml.namespace.QName JOBORIGINATINGUSERNAME$8

JOBSTATE$10

private static final javax.xml.namespace.QName JOBSTATE$10

CURRENTTIME$12

private static final javax.xml.namespace.QName CURRENTTIME$12

TERMINATIONTIME$14

private static final javax.xml.namespace.QName TERMINATIONTIME$14
Constructor Detail

JobAttributesDocumentImpl.JobAttributesImpl

public JobAttributesDocumentImpl.JobAttributesImpl(org.apache.xmlbeans.SchemaType sType)
Method Detail

getJobReference

public org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType getJobReference()
Gets the "job_reference" element

Specified by:
getJobReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isSetJobReference

public boolean isSetJobReference()
True if has "job_reference" element

Specified by:
isSetJobReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setJobReference

public void setJobReference(org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType jobReference)
Sets the "job_reference" element

Specified by:
setJobReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

addNewJobReference

public org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType addNewJobReference()
Appends and returns a new empty "job_reference" element

Specified by:
addNewJobReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

unsetJobReference

public void unsetJobReference()
Unsets the "job_reference" element

Specified by:
unsetJobReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

getJobPrinterReference

public org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType getJobPrinterReference()
Gets the "job_printer_reference" element

Specified by:
getJobPrinterReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isSetJobPrinterReference

public boolean isSetJobPrinterReference()
True if has "job_printer_reference" element

Specified by:
isSetJobPrinterReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setJobPrinterReference

public void setJobPrinterReference(org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType jobPrinterReference)
Sets the "job_printer_reference" element

Specified by:
setJobPrinterReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

addNewJobPrinterReference

public org.xmlsoap.schemas.ws.x2004.x08.addressing.EndpointReferenceType addNewJobPrinterReference()
Appends and returns a new empty "job_printer_reference" element

Specified by:
addNewJobPrinterReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

unsetJobPrinterReference

public void unsetJobPrinterReference()
Unsets the "job_printer_reference" element

Specified by:
unsetJobPrinterReference in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

getJobName

public java.lang.String getJobName()
Gets the "job_name" element

Specified by:
getJobName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xgetJobName

public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobNameType xgetJobName()
Gets (as xml) the "job_name" element

Specified by:
xgetJobName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isSetJobName

public boolean isSetJobName()
True if has "job_name" element

Specified by:
isSetJobName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setJobName

public void setJobName(java.lang.String jobName)
Sets the "job_name" element

Specified by:
setJobName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xsetJobName

public void xsetJobName(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobNameType jobName)
Sets (as xml) the "job_name" element

Specified by:
xsetJobName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

unsetJobName

public void unsetJobName()
Unsets the "job_name" element

Specified by:
unsetJobName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

getJobId

public java.math.BigInteger getJobId()
Gets the "job_id" element

Specified by:
getJobId in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xgetJobId

public org.apache.xmlbeans.XmlInteger xgetJobId()
Gets (as xml) the "job_id" element

Specified by:
xgetJobId in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isSetJobId

public boolean isSetJobId()
True if has "job_id" element

Specified by:
isSetJobId in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setJobId

public void setJobId(java.math.BigInteger jobId)
Sets the "job_id" element

Specified by:
setJobId in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xsetJobId

public void xsetJobId(org.apache.xmlbeans.XmlInteger jobId)
Sets (as xml) the "job_id" element

Specified by:
xsetJobId in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

unsetJobId

public void unsetJobId()
Unsets the "job_id" element

Specified by:
unsetJobId in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

getJobOriginatingUserName

public java.lang.String getJobOriginatingUserName()
Gets the "job_originating_user_name" element

Specified by:
getJobOriginatingUserName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xgetJobOriginatingUserName

public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.UserNameType xgetJobOriginatingUserName()
Gets (as xml) the "job_originating_user_name" element

Specified by:
xgetJobOriginatingUserName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isSetJobOriginatingUserName

public boolean isSetJobOriginatingUserName()
True if has "job_originating_user_name" element

Specified by:
isSetJobOriginatingUserName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setJobOriginatingUserName

public void setJobOriginatingUserName(java.lang.String jobOriginatingUserName)
Sets the "job_originating_user_name" element

Specified by:
setJobOriginatingUserName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xsetJobOriginatingUserName

public void xsetJobOriginatingUserName(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.UserNameType jobOriginatingUserName)
Sets (as xml) the "job_originating_user_name" element

Specified by:
xsetJobOriginatingUserName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

unsetJobOriginatingUserName

public void unsetJobOriginatingUserName()
Unsets the "job_originating_user_name" element

Specified by:
unsetJobOriginatingUserName in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

getJobState

public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType.Enum getJobState()
Gets the "job_state" element

Specified by:
getJobState in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xgetJobState

public org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType xgetJobState()
Gets (as xml) the "job_state" element

Specified by:
xgetJobState in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isSetJobState

public boolean isSetJobState()
True if has "job_state" element

Specified by:
isSetJobState in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setJobState

public void setJobState(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType.Enum jobState)
Sets the "job_state" element

Specified by:
setJobState in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xsetJobState

public void xsetJobState(org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobStateType jobState)
Sets (as xml) the "job_state" element

Specified by:
xsetJobState in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

unsetJobState

public void unsetJobState()
Unsets the "job_state" element

Specified by:
unsetJobState in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

getCurrentTime

public java.util.Calendar getCurrentTime()
Gets the "CurrentTime" element

Specified by:
getCurrentTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xgetCurrentTime

public org.apache.xmlbeans.XmlDateTime xgetCurrentTime()
Gets (as xml) the "CurrentTime" element

Specified by:
xgetCurrentTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isSetCurrentTime

public boolean isSetCurrentTime()
True if has "CurrentTime" element

Specified by:
isSetCurrentTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setCurrentTime

public void setCurrentTime(java.util.Calendar currentTime)
Sets the "CurrentTime" element

Specified by:
setCurrentTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xsetCurrentTime

public void xsetCurrentTime(org.apache.xmlbeans.XmlDateTime currentTime)
Sets (as xml) the "CurrentTime" element

Specified by:
xsetCurrentTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

unsetCurrentTime

public void unsetCurrentTime()
Unsets the "CurrentTime" element

Specified by:
unsetCurrentTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

getTerminationTime

public java.util.Calendar getTerminationTime()
Gets the "TerminationTime" element

Specified by:
getTerminationTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xgetTerminationTime

public org.apache.xmlbeans.XmlDateTime xgetTerminationTime()
Gets (as xml) the "TerminationTime" element

Specified by:
xgetTerminationTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isNilTerminationTime

public boolean isNilTerminationTime()
Tests for nil "TerminationTime" element

Specified by:
isNilTerminationTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

isSetTerminationTime

public boolean isSetTerminationTime()
True if has "TerminationTime" element

Specified by:
isSetTerminationTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setTerminationTime

public void setTerminationTime(java.util.Calendar terminationTime)
Sets the "TerminationTime" element

Specified by:
setTerminationTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

xsetTerminationTime

public void xsetTerminationTime(org.apache.xmlbeans.XmlDateTime terminationTime)
Sets (as xml) the "TerminationTime" element

Specified by:
xsetTerminationTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

setNilTerminationTime

public void setNilTerminationTime()
Nils the "TerminationTime" element

Specified by:
setNilTerminationTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes

unsetTerminationTime

public void unsetTerminationTime()
Unsets the "TerminationTime" element

Specified by:
unsetTerminationTime in interface org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.JobAttributesDocument.JobAttributes