oasis.names.tc.ebxml_regrep.xsd.query._3
Class ResponseOptionType

java.lang.Object
  extended by oasis.names.tc.ebxml_regrep.xsd.query._3.ResponseOptionType

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>
 


Field Summary
protected  Boolean returnComposedObjects
           
protected  String returnType
           
 
Constructor Summary
ResponseOptionType()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

returnType

protected String returnType

returnComposedObjects

protected Boolean returnComposedObjects
Constructor Detail

ResponseOptionType

public ResponseOptionType()
Method Detail

getReturnType

public String getReturnType()
Gets the value of the returnType property.

Returns:
possible object is String

setReturnType

public void setReturnType(String value)
Sets the value of the returnType property.

Parameters:
value - allowed object is String

isReturnComposedObjects

public boolean isReturnComposedObjects()
Gets the value of the returnComposedObjects property.

Returns:
possible object is Boolean

setReturnComposedObjects

public void setReturnComposedObjects(Boolean value)
Sets the value of the returnComposedObjects property.

Parameters:
value - allowed object is Boolean


Copyright © 2010-2011. All Rights Reserved.