public class ResponseOptionType extends Object
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>
| Constructor and Description |
|---|
ResponseOptionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReturnType()
Gets the value of the returnType property.
|
boolean |
isReturnComposedObjects()
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.
|
public String getReturnType()
Stringpublic void setReturnType(String value)
value - allowed object is
Stringpublic boolean isReturnComposedObjects()
BooleanCopyright © 2010–2025. All rights reserved.