|
|||||||||
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.healthrecordoverview._1.HealthRecordOverviewResponse.OtherLinks.Link
public static class HealthRecordOverviewResponse.OtherLinks.Link
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="linkName" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="linkTitle" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="linkTarget" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> <element name="informationAvailable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="linkType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Document"/> <enumeration value="View"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected boolean |
informationAvailable
|
protected java.lang.String |
linkName
|
protected java.lang.String |
linkTarget
|
protected java.lang.String |
linkTitle
|
protected java.lang.String |
linkType
|
Constructor Summary | |
---|---|
HealthRecordOverviewResponse.OtherLinks.Link()
|
Method Summary | |
---|---|
java.lang.String |
getLinkName()
Gets the value of the linkName property. |
java.lang.String |
getLinkTarget()
Gets the value of the linkTarget property. |
java.lang.String |
getLinkTitle()
Gets the value of the linkTitle property. |
java.lang.String |
getLinkType()
Gets the value of the linkType property. |
boolean |
isInformationAvailable()
Gets the value of the informationAvailable property. |
void |
setInformationAvailable(boolean value)
Sets the value of the informationAvailable property. |
void |
setLinkName(java.lang.String value)
Sets the value of the linkName property. |
void |
setLinkTarget(java.lang.String value)
Sets the value of the linkTarget property. |
void |
setLinkTitle(java.lang.String value)
Sets the value of the linkTitle property. |
void |
setLinkType(java.lang.String value)
Sets the value of the linkType 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 linkName
protected java.lang.String linkTitle
protected java.lang.String linkTarget
protected boolean informationAvailable
protected java.lang.String linkType
Constructor Detail |
---|
public HealthRecordOverviewResponse.OtherLinks.Link()
Method Detail |
---|
public java.lang.String getLinkName()
String
public void setLinkName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLinkTitle()
String
public void setLinkTitle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLinkTarget()
String
public void setLinkTarget(java.lang.String value)
value
- allowed object is
String
public boolean isInformationAvailable()
public void setInformationAvailable(boolean value)
public java.lang.String getLinkType()
String
public void setLinkType(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 |