Package org.oasis_open.docs.wsrf.rp_2
Class InsertResourceProperties
java.lang.Object
org.oasis_open.docs.wsrf.rp_2.InsertResourceProperties
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-09-13T13:28:20-04:00")
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the insert property.voidsetInsert(InsertType value) Sets the value of the insert property.
-
Field Details
-
insert
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected InsertType insert
-
-
Constructor Details
-
InsertResourceProperties
public InsertResourceProperties()
-
-
Method Details
-
getInsert
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public InsertType getInsert()Gets the value of the insert property.- Returns:
- possible object is
InsertType
-
setInsert
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setInsert(InsertType value) Sets the value of the insert property.- Parameters:
value- allowed object isInsertType
-