Class ResponseOptionType
java.lang.Object
org.openehealth.ipf.commons.ihe.xds.core.stub.ebrs30.query.ResponseOptionType
Java class for ResponseOptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResponseOptionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="returnType" default="RegistryObject"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NCName"> <enumeration value="ObjectRef"/> <enumeration value="RegistryObject"/> <enumeration value="LeafClass"/> <enumeration value="LeafClassWithRepositoryItem"/> </restriction> </simpleType> </attribute> <attribute name="returnComposedObjects" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the returnType property.boolean
Gets the value of the returnComposedObjects property.void
setReturnComposedObjects
(Boolean value) Sets the value of the returnComposedObjects property.void
setReturnType
(String value) Sets the value of the returnType property.
-
Field Details
-
returnType
-
returnComposedObjects
-
-
Constructor Details
-
ResponseOptionType
public ResponseOptionType()
-
-
Method Details
-
getReturnType
Gets the value of the returnType property.- Returns:
- possible object is
String
-
setReturnType
Sets the value of the returnType property.- Parameters:
value
- allowed object isString
-
isReturnComposedObjects
public boolean isReturnComposedObjects()Gets the value of the returnComposedObjects property.- Returns:
- possible object is
Boolean
-
setReturnComposedObjects
Sets the value of the returnComposedObjects property.- Parameters:
value
- allowed object isBoolean
-