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.XmlObjectAn XML PARTY(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPARTY.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 DvIdentifieraddNewPartyIdentifier()Appends and returns a new empty value (as xml) as the last "partyIdentifier" elementTextConstraintaddNewPartyRelationship()Appends and returns a new empty "partyRelationship" elementbooleangetExternalRefRequired()Gets the "externalRefRequired" elementDvIdentifier[]getPartyIdentifierArray()Gets array of all "partyIdentifier" elementsDvIdentifiergetPartyIdentifierArray(int i)Gets ith "partyIdentifier" elementStringgetPartyName()Gets the "partyName" elementTextConstraintgetPartyRelationship()Gets the "partyRelationship" elementDvIdentifierinsertNewPartyIdentifier(int i)Inserts and returns a new empty value (as xml) as the ith "partyIdentifier" elementbooleanisSetPartyName()True if has "partyName" elementbooleanisSetPartyRelationship()True 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" elementintsizeOfPartyIdentifierArray()Returns number of "partyIdentifier" elementvoidunsetPartyName()Unsets the "partyName" elementvoidunsetPartyRelationship()Unsets the "partyRelationship" elementorg.apache.xmlbeans.XmlBooleanxgetExternalRefRequired()Gets (as xml) the "externalRefRequired" elementorg.apache.xmlbeans.XmlStringxgetPartyName()Gets (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" 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
-
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
void setPartyName(String partyName)
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
DvIdentifier getPartyIdentifierArray(int i)
Gets ith "partyIdentifier" element
-
sizeOfPartyIdentifierArray
int sizeOfPartyIdentifierArray()
Returns number of "partyIdentifier" element
-
setPartyIdentifierArray
void setPartyIdentifierArray(DvIdentifier[] partyIdentifierArray)
Sets array of all "partyIdentifier" element
-
setPartyIdentifierArray
void setPartyIdentifierArray(int i, DvIdentifier partyIdentifier)Sets ith "partyIdentifier" element
-
insertNewPartyIdentifier
DvIdentifier insertNewPartyIdentifier(int i)
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
void setPartyRelationship(TextConstraint partyRelationship)
Sets the "partyRelationship" element
-
addNewPartyRelationship
TextConstraint addNewPartyRelationship()
Appends and returns a new empty "partyRelationship" element
-
unsetPartyRelationship
void unsetPartyRelationship()
Unsets the "partyRelationship" element
-
-