|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.view.viewcommontype._1.RequesterInformationDT
public class RequesterInformationDT
Java class for requesterInformationDT complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="requesterInformationDT"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="testRequestId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="dateTimeRequested" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="providerOrganisationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="providerOrganisationIdentifier" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <minLength value="16"/> <maxLength value="16"/> </restriction> </simpleType> </element> <element name="providerName" type="{http://ns.electronichealth.net.au/pcehr/xsd/view/ViewCommonType/1.0}nameTypeDT"/> <element name="providerIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
dateTimeRequested
|
protected java.lang.String |
providerIdentifier
|
protected NameTypeDT |
providerName
|
protected java.lang.String |
providerOrganisationIdentifier
|
protected java.lang.String |
providerOrganisationName
|
protected java.lang.String |
testRequestId
|
Constructor Summary | |
---|---|
RequesterInformationDT()
|
Method Summary | |
---|---|
java.lang.String |
getDateTimeRequested()
Gets the value of the dateTimeRequested property. |
java.lang.String |
getProviderIdentifier()
Gets the value of the providerIdentifier property. |
NameTypeDT |
getProviderName()
Gets the value of the providerName property. |
java.lang.String |
getProviderOrganisationIdentifier()
Gets the value of the providerOrganisationIdentifier property. |
java.lang.String |
getProviderOrganisationName()
Gets the value of the providerOrganisationName property. |
java.lang.String |
getTestRequestId()
Gets the value of the testRequestId property. |
void |
setDateTimeRequested(java.lang.String value)
Sets the value of the dateTimeRequested property. |
void |
setProviderIdentifier(java.lang.String value)
Sets the value of the providerIdentifier property. |
void |
setProviderName(NameTypeDT value)
Sets the value of the providerName property. |
void |
setProviderOrganisationIdentifier(java.lang.String value)
Sets the value of the providerOrganisationIdentifier property. |
void |
setProviderOrganisationName(java.lang.String value)
Sets the value of the providerOrganisationName property. |
void |
setTestRequestId(java.lang.String value)
Sets the value of the testRequestId 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 testRequestId
protected java.lang.String dateTimeRequested
protected java.lang.String providerOrganisationName
protected java.lang.String providerOrganisationIdentifier
protected NameTypeDT providerName
protected java.lang.String providerIdentifier
Constructor Detail |
---|
public RequesterInformationDT()
Method Detail |
---|
public java.lang.String getTestRequestId()
String
public void setTestRequestId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDateTimeRequested()
String
public void setDateTimeRequested(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProviderOrganisationName()
String
public void setProviderOrganisationName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getProviderOrganisationIdentifier()
String
public void setProviderOrganisationIdentifier(java.lang.String value)
value
- allowed object is
String
public NameTypeDT getProviderName()
NameTypeDT
public void setProviderName(NameTypeDT value)
value
- allowed object is
NameTypeDT
public java.lang.String getProviderIdentifier()
String
public void setProviderIdentifier(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 |