Package org.openehr.schemas.v1
Interface FEEDERAUDITDETAILS
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
FEEDERAUDITDETAILSImpl
public interface FEEDERAUDITDETAILS extends org.apache.xmlbeans.XmlObjectAn XML FEEDER_AUDIT_DETAILS(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFEEDERAUDITDETAILS.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PARTYIDENTIFIEDaddNewLocation()Appends and returns a new empty "location" elementPARTYIDENTIFIEDaddNewProvider()Appends and returns a new empty "provider" elementPARTYPROXYaddNewSubject()Appends and returns a new empty "subject" elementDVDATETIMEaddNewTime()Appends and returns a new empty "time" elementPARTYIDENTIFIEDgetLocation()Gets the "location" elementPARTYIDENTIFIEDgetProvider()Gets the "provider" elementPARTYPROXYgetSubject()Gets the "subject" elementStringgetSystemId()Gets the "system_id" elementDVDATETIMEgetTime()Gets the "time" elementStringgetVersionId()Gets the "version_id" elementbooleanisSetLocation()True if has "location" elementbooleanisSetProvider()True if has "provider" elementbooleanisSetSubject()True if has "subject" elementbooleanisSetTime()True if has "time" elementbooleanisSetVersionId()True if has "version_id" elementvoidsetLocation(PARTYIDENTIFIED location)Sets the "location" elementvoidsetProvider(PARTYIDENTIFIED provider)Sets the "provider" elementvoidsetSubject(PARTYPROXY subject)Sets the "subject" elementvoidsetSystemId(String systemId)Sets the "system_id" elementvoidsetTime(DVDATETIME time)Sets the "time" elementvoidsetVersionId(String versionId)Sets the "version_id" elementvoidunsetLocation()Unsets the "location" elementvoidunsetProvider()Unsets the "provider" elementvoidunsetSubject()Unsets the "subject" elementvoidunsetTime()Unsets the "time" elementvoidunsetVersionId()Unsets the "version_id" elementorg.apache.xmlbeans.XmlStringxgetSystemId()Gets (as xml) the "system_id" elementorg.apache.xmlbeans.XmlStringxgetVersionId()Gets (as xml) the "version_id" elementvoidxsetSystemId(org.apache.xmlbeans.XmlString systemId)Sets (as xml) the "system_id" elementvoidxsetVersionId(org.apache.xmlbeans.XmlString versionId)Sets (as xml) the "version_id" element-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, 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
-
-
-
-
Method Detail
-
getSystemId
String getSystemId()
Gets the "system_id" element
-
xgetSystemId
org.apache.xmlbeans.XmlString xgetSystemId()
Gets (as xml) the "system_id" element
-
setSystemId
void setSystemId(String systemId)
Sets the "system_id" element
-
xsetSystemId
void xsetSystemId(org.apache.xmlbeans.XmlString systemId)
Sets (as xml) the "system_id" element
-
getLocation
PARTYIDENTIFIED getLocation()
Gets the "location" element
-
isSetLocation
boolean isSetLocation()
True if has "location" element
-
setLocation
void setLocation(PARTYIDENTIFIED location)
Sets the "location" element
-
addNewLocation
PARTYIDENTIFIED addNewLocation()
Appends and returns a new empty "location" element
-
unsetLocation
void unsetLocation()
Unsets the "location" element
-
getProvider
PARTYIDENTIFIED getProvider()
Gets the "provider" element
-
isSetProvider
boolean isSetProvider()
True if has "provider" element
-
setProvider
void setProvider(PARTYIDENTIFIED provider)
Sets the "provider" element
-
addNewProvider
PARTYIDENTIFIED addNewProvider()
Appends and returns a new empty "provider" element
-
unsetProvider
void unsetProvider()
Unsets the "provider" element
-
getSubject
PARTYPROXY getSubject()
Gets the "subject" element
-
isSetSubject
boolean isSetSubject()
True if has "subject" element
-
setSubject
void setSubject(PARTYPROXY subject)
Sets the "subject" element
-
addNewSubject
PARTYPROXY addNewSubject()
Appends and returns a new empty "subject" element
-
unsetSubject
void unsetSubject()
Unsets the "subject" element
-
getTime
DVDATETIME getTime()
Gets the "time" element
-
isSetTime
boolean isSetTime()
True if has "time" element
-
setTime
void setTime(DVDATETIME time)
Sets the "time" element
-
addNewTime
DVDATETIME addNewTime()
Appends and returns a new empty "time" element
-
unsetTime
void unsetTime()
Unsets the "time" element
-
getVersionId
String getVersionId()
Gets the "version_id" element
-
xgetVersionId
org.apache.xmlbeans.XmlString xgetVersionId()
Gets (as xml) the "version_id" element
-
isSetVersionId
boolean isSetVersionId()
True if has "version_id" element
-
setVersionId
void setVersionId(String versionId)
Sets the "version_id" element
-
xsetVersionId
void xsetVersionId(org.apache.xmlbeans.XmlString versionId)
Sets (as xml) the "version_id" element
-
unsetVersionId
void unsetVersionId()
Unsets the "version_id" element
-
-