|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoasis.names.tc.ebxml_regrep.xsd.query._3.ResponseOption
public class ResponseOption
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 | |
---|---|
protected java.lang.Boolean |
returnComposedObjects
|
protected java.lang.String |
returnType
|
Constructor Summary | |
---|---|
ResponseOption()
|
Method Summary | |
---|---|
java.lang.String |
getReturnType()
Gets the value of the returnType property. |
boolean |
isReturnComposedObjects()
Gets the value of the returnComposedObjects property. |
void |
setReturnComposedObjects(java.lang.Boolean value)
Sets the value of the returnComposedObjects property. |
void |
setReturnType(java.lang.String value)
Sets the value of the returnType 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 returnType
protected java.lang.Boolean returnComposedObjects
Constructor Detail |
---|
public ResponseOption()
Method Detail |
---|
public java.lang.String getReturnType()
String
public void setReturnType(java.lang.String value)
value
- allowed object is
String
public boolean isReturnComposedObjects()
Boolean
public void setReturnComposedObjects(java.lang.Boolean value)
value
- allowed object is
Boolean
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |