Apache CXF API

org.oasis_open.docs.wsrf.rp_2
Class InsertResourceProperties

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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
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

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected InsertType insert
Constructor Detail

InsertResourceProperties

public InsertResourceProperties()
Method Detail

getInsert

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public InsertType getInsert()
Gets the value of the insert property.

Returns:
possible object is InsertType

setInsert

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setInsert(InsertType value)
Sets the value of the insert property.

Parameters:
value - allowed object is InsertType

Apache CXF API

Apache CXF