Class SetComplexStructResponse
- java.lang.Object
-
- org.apache.schema_validation.types.SetComplexStructResponse
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public class SetComplexStructResponse 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 name="out" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanout
-
Constructor Summary
Constructors Constructor Description SetComplexStructResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisOut()Gets the value of the out property.voidsetOut(boolean value)Sets the value of the out property.
-
-
-
Method Detail
-
isOut
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public boolean isOut()Gets the value of the out property.
-
setOut
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public void setOut(boolean value)Sets the value of the out property.
-
-