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.XmlObject
An XML FEEDER_AUDIT_DETAILS(@http://schemas.openehr.org/v1).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "location" elementAppends and returns a new empty "provider" elementAppends and returns a new empty "subject" elementAppends and returns a new empty "time" elementGets the "location" elementGets the "provider" elementGets the "subject" elementGets the "system_id" elementgetTime()Gets the "time" elementGets the "version_id" elementbooleanTrue if has "location" elementbooleanTrue if has "provider" elementbooleanTrue if has "subject" elementbooleanTrue if has "time" elementbooleanTrue 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" elementvoidUnsets the "location" elementvoidUnsets the "provider" elementvoidUnsets the "subject" elementvoidUnsets the "time" elementvoidUnsets the "version_id" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "system_id" elementorg.apache.xmlbeans.XmlStringGets (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" elementMethods 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, valueHashCodeMethods 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 Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getSystemId
String getSystemId()Gets the "system_id" element -
xgetSystemId
org.apache.xmlbeans.XmlString xgetSystemId()Gets (as xml) the "system_id" element -
setSystemId
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
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
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
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
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
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
-