org.oasis_open.docs.wsrf.rp_2
Class InsertResourceProperties

java.lang.Object
  extended by org.oasis_open.docs.wsrf.rp_2.InsertResourceProperties

public class InsertResourceProperties
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://docs.oasis-open.org/wsrf/rp-2}Insert"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  InsertType insert
           
 
Constructor Summary
InsertResourceProperties()
           
 
Method Summary
 InsertType getInsert()
          Gets the value of the insert property.
 void setInsert(InsertType value)
          Sets the value of the insert property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

insert

protected InsertType insert
Constructor Detail

InsertResourceProperties

public InsertResourceProperties()
Method Detail

getInsert

public InsertType getInsert()
Gets the value of the insert property.

Returns:
possible object is InsertType

setInsert

public void setInsert(InsertType value)
Sets the value of the insert property.

Parameters:
value - allowed object is InsertType


Copyright © 2005-2008 The Apache Software Foundation. All Rights Reserved.