public class FindContentType extends Object
Java class for FindContentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FindContentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="registeredResidentIdentification" type="{urn:riv:itintegration:engagementindex:1}RegisteredResidentIdentificationType"/>
<element name="serviceDomain" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
<element name="categorization" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="logicalAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="businessObjectInstanceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="clinicalProcessInterestId" type="{urn:riv:itintegration:engagementindex:1}ClinicalProcessInterestIdType" minOccurs="0"/>
<element name="mostRecentContent" type="{urn:riv:itintegration:engagementindex:1}TS" minOccurs="0"/>
<element name="sourceSystem" type="{urn:riv:itintegration:engagementindex:1}HsaIdType" minOccurs="0"/>
<element name="dataController" type="{urn:riv:itintegration:engagementindex:1}OrgNoType" minOccurs="0"/>
<element name="owner" type="{urn:riv:itintegration:engagementindex:1}HsaIdType" minOccurs="0"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected String |
businessObjectInstanceIdentifier |
protected String |
categorization |
protected String |
clinicalProcessInterestId |
protected String |
dataController |
protected String |
logicalAddress |
protected String |
mostRecentContent |
protected String |
owner |
protected String |
registeredResidentIdentification |
protected String |
serviceDomain |
protected String |
sourceSystem |
| Constructor and Description |
|---|
FindContentType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getBusinessObjectInstanceIdentifier()
Gets the value of the businessObjectInstanceIdentifier property.
|
String |
getCategorization()
Gets the value of the categorization property.
|
String |
getClinicalProcessInterestId()
Gets the value of the clinicalProcessInterestId property.
|
String |
getDataController()
Gets the value of the dataController property.
|
String |
getLogicalAddress()
Gets the value of the logicalAddress property.
|
String |
getMostRecentContent()
Gets the value of the mostRecentContent property.
|
String |
getOwner()
Gets the value of the owner property.
|
String |
getRegisteredResidentIdentification()
Gets the value of the registeredResidentIdentification property.
|
String |
getServiceDomain()
Gets the value of the serviceDomain property.
|
String |
getSourceSystem()
Gets the value of the sourceSystem property.
|
void |
setBusinessObjectInstanceIdentifier(String value)
Sets the value of the businessObjectInstanceIdentifier property.
|
void |
setCategorization(String value)
Sets the value of the categorization property.
|
void |
setClinicalProcessInterestId(String value)
Sets the value of the clinicalProcessInterestId property.
|
void |
setDataController(String value)
Sets the value of the dataController property.
|
void |
setLogicalAddress(String value)
Sets the value of the logicalAddress property.
|
void |
setMostRecentContent(String value)
Sets the value of the mostRecentContent property.
|
void |
setOwner(String value)
Sets the value of the owner property.
|
void |
setRegisteredResidentIdentification(String value)
Sets the value of the registeredResidentIdentification property.
|
void |
setServiceDomain(String value)
Sets the value of the serviceDomain property.
|
void |
setSourceSystem(String value)
Sets the value of the sourceSystem property.
|
protected String registeredResidentIdentification
protected String serviceDomain
protected String categorization
protected String logicalAddress
protected String businessObjectInstanceIdentifier
protected String clinicalProcessInterestId
protected String mostRecentContent
protected String sourceSystem
protected String dataController
protected String owner
public String getRegisteredResidentIdentification()
Stringpublic void setRegisteredResidentIdentification(String value)
value - allowed object is
Stringpublic String getServiceDomain()
Stringpublic void setServiceDomain(String value)
value - allowed object is
Stringpublic String getCategorization()
Stringpublic void setCategorization(String value)
value - allowed object is
Stringpublic String getLogicalAddress()
Stringpublic void setLogicalAddress(String value)
value - allowed object is
Stringpublic String getBusinessObjectInstanceIdentifier()
Stringpublic void setBusinessObjectInstanceIdentifier(String value)
value - allowed object is
Stringpublic String getClinicalProcessInterestId()
Stringpublic void setClinicalProcessInterestId(String value)
value - allowed object is
Stringpublic String getMostRecentContent()
Stringpublic void setMostRecentContent(String value)
value - allowed object is
Stringpublic String getSourceSystem()
Stringpublic void setSourceSystem(String value)
value - allowed object is
Stringpublic String getDataController()
Stringpublic void setDataController(String value)
value - allowed object is
Stringpublic String getOwner()
Stringpublic void setOwner(String value)
value - allowed object is
Stringpublic List<Object> getAny()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
Element
Copyright © 2015. All Rights Reserved.