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 v2.3.5", date="2023-06-06T11:41:14-04:00") public class InsertResourceProperties extends ObjectJava 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 Modifier and Type Field Description protected InsertTypeinsert
-
Constructor Summary
Constructors Constructor Description InsertResourceProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsertTypegetInsert()Gets the value of the insert property.voidsetInsert(InsertType value)Sets the value of the insert property.
-
-
-
Field Detail
-
insert
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected InsertType insert
-
-
Method Detail
-
getInsert
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-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 v2.3.5", date="2023-06-06T11:41:14-04:00") public void setInsert(InsertType value)Sets the value of the insert property.- Parameters:
value- allowed object isInsertType
-
-