|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.AccessedEntityType
public class AccessedEntityType
Java class for accessedEntityType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="accessedEntityType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber" minOccurs="0"/> <element name="ihiName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="subjectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
ihiName
|
protected java.lang.String |
ihiNumber
|
protected java.lang.String |
subject
|
protected java.lang.String |
subjectType
|
Constructor Summary | |
---|---|
AccessedEntityType()
|
Method Summary | |
---|---|
java.lang.String |
getIhiName()
Gets the value of the ihiName property. |
java.lang.String |
getIhiNumber()
Gets the value of the ihiNumber property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
java.lang.String |
getSubjectType()
Gets the value of the subjectType property. |
void |
setIhiName(java.lang.String value)
Sets the value of the ihiName property. |
void |
setIhiNumber(java.lang.String value)
Sets the value of the ihiNumber property. |
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
void |
setSubjectType(java.lang.String value)
Sets the value of the subjectType property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String ihiNumber
protected java.lang.String ihiName
protected java.lang.String subjectType
protected java.lang.String subject
Constructor Detail |
---|
public AccessedEntityType()
Method Detail |
---|
public java.lang.String getIhiNumber()
String
public void setIhiNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIhiName()
String
public void setIhiName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubjectType()
String
public void setSubjectType(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSubject()
String
public void setSubject(java.lang.String value)
value
- allowed object is
String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |