|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.getrepresentativelist._1.GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative
public static class GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="type"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Authorised Representative"/> <enumeration value="Legally Appointed Authorised Representative"/> <enumeration value="Parent"/> <enumeration value="Guardian"/> <enumeration value="Nominated Representative"/> </restriction> </simpleType> </element> <element name="name" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}nameTypeSupp"/> <element name="address" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}addressTypeSupp" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected AddressTypeSupp |
address
|
protected java.lang.String |
id
|
protected NameTypeSupp |
name
|
protected java.lang.String |
type
|
Constructor Summary | |
---|---|
GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative()
|
Method Summary | |
---|---|
AddressTypeSupp |
getAddress()
Gets the value of the address property. |
java.lang.String |
getID()
Gets the value of the id property. |
NameTypeSupp |
getName()
Gets the value of the name property. |
java.lang.String |
getType()
Gets the value of the type property. |
void |
setAddress(AddressTypeSupp value)
Sets the value of the address property. |
void |
setID(java.lang.String value)
Sets the value of the id property. |
void |
setName(NameTypeSupp value)
Sets the value of the name property. |
void |
setType(java.lang.String value)
Sets the value of the type 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 id
protected java.lang.String type
protected NameTypeSupp name
protected AddressTypeSupp address
Constructor Detail |
---|
public GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative()
Method Detail |
---|
public java.lang.String getID()
String
public void setID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String
public NameTypeSupp getName()
NameTypeSupp
public void setName(NameTypeSupp value)
value
- allowed object is
NameTypeSupp
public AddressTypeSupp getAddress()
AddressTypeSupp
public void setAddress(AddressTypeSupp value)
value
- allowed object is
AddressTypeSupp
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |