Package openEHR.v1.template
Interface PARTY
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PARTYImpl
public interface PARTY
extends org.apache.xmlbeans.XmlObject
An XML PARTY(@openEHR/v1/Template).
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 value (as xml) as the last "partyIdentifier" elementAppends and returns a new empty "partyRelationship" elementbooleanGets the "externalRefRequired" elementGets array of all "partyIdentifier" elementsgetPartyIdentifierArray(int i) Gets ith "partyIdentifier" elementGets the "partyName" elementGets the "partyRelationship" elementinsertNewPartyIdentifier(int i) Inserts and returns a new empty value (as xml) as the ith "partyIdentifier" elementbooleanTrue if has "partyName" elementbooleanTrue if has "partyRelationship" elementvoidremovePartyIdentifier(int i) Removes the ith "partyIdentifier" elementvoidsetExternalRefRequired(boolean externalRefRequired) Sets the "externalRefRequired" elementvoidsetPartyIdentifierArray(int i, DvIdentifier partyIdentifier) Sets ith "partyIdentifier" elementvoidsetPartyIdentifierArray(DvIdentifier[] partyIdentifierArray) Sets array of all "partyIdentifier" elementvoidsetPartyName(String partyName) Sets the "partyName" elementvoidsetPartyRelationship(TextConstraint partyRelationship) Sets the "partyRelationship" elementintReturns number of "partyIdentifier" elementvoidUnsets the "partyName" elementvoidUnsets the "partyRelationship" elementorg.apache.xmlbeans.XmlBooleanGets (as xml) the "externalRefRequired" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "partyName" elementvoidxsetExternalRefRequired(org.apache.xmlbeans.XmlBoolean externalRefRequired) Sets (as xml) the "externalRefRequired" elementvoidxsetPartyName(org.apache.xmlbeans.XmlString partyName) Sets (as xml) the "partyName" 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
-
getExternalRefRequired
boolean getExternalRefRequired()Gets the "externalRefRequired" element -
xgetExternalRefRequired
org.apache.xmlbeans.XmlBoolean xgetExternalRefRequired()Gets (as xml) the "externalRefRequired" element -
setExternalRefRequired
void setExternalRefRequired(boolean externalRefRequired) Sets the "externalRefRequired" element -
xsetExternalRefRequired
void xsetExternalRefRequired(org.apache.xmlbeans.XmlBoolean externalRefRequired) Sets (as xml) the "externalRefRequired" element -
getPartyName
String getPartyName()Gets the "partyName" element -
xgetPartyName
org.apache.xmlbeans.XmlString xgetPartyName()Gets (as xml) the "partyName" element -
isSetPartyName
boolean isSetPartyName()True if has "partyName" element -
setPartyName
Sets the "partyName" element -
xsetPartyName
void xsetPartyName(org.apache.xmlbeans.XmlString partyName) Sets (as xml) the "partyName" element -
unsetPartyName
void unsetPartyName()Unsets the "partyName" element -
getPartyIdentifierArray
DvIdentifier[] getPartyIdentifierArray()Gets array of all "partyIdentifier" elements -
getPartyIdentifierArray
Gets ith "partyIdentifier" element -
sizeOfPartyIdentifierArray
int sizeOfPartyIdentifierArray()Returns number of "partyIdentifier" element -
setPartyIdentifierArray
Sets array of all "partyIdentifier" element -
setPartyIdentifierArray
Sets ith "partyIdentifier" element -
insertNewPartyIdentifier
Inserts and returns a new empty value (as xml) as the ith "partyIdentifier" element -
addNewPartyIdentifier
DvIdentifier addNewPartyIdentifier()Appends and returns a new empty value (as xml) as the last "partyIdentifier" element -
removePartyIdentifier
void removePartyIdentifier(int i) Removes the ith "partyIdentifier" element -
getPartyRelationship
TextConstraint getPartyRelationship()Gets the "partyRelationship" element -
isSetPartyRelationship
boolean isSetPartyRelationship()True if has "partyRelationship" element -
setPartyRelationship
Sets the "partyRelationship" element -
addNewPartyRelationship
TextConstraint addNewPartyRelationship()Appends and returns a new empty "partyRelationship" element -
unsetPartyRelationship
void unsetPartyRelationship()Unsets the "partyRelationship" element
-