org.oasis_open.docs.wsrf.rp_2
Class InsertResourceProperties
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
insert
protected InsertType insert
InsertResourceProperties
public InsertResourceProperties()
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.