Class MyComplexStruct

java.lang.Object
org.apache.hello_world_rpclit.types.MyComplexStruct

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public class MyComplexStruct extends Object

Java class for myComplexStruct complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="myComplexStruct">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="elem1" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="elem2" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="elem3" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • elem1

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected String elem1
    • elem2

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected String elem2
    • elem3

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") protected int elem3
  • Constructor Details

    • MyComplexStruct

      public MyComplexStruct()
  • Method Details

    • getElem1

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public String getElem1()
      Gets the value of the elem1 property.
      Returns:
      possible object is String
    • setElem1

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setElem1(String value)
      Sets the value of the elem1 property.
      Parameters:
      value - allowed object is String
    • getElem2

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public String getElem2()
      Gets the value of the elem2 property.
      Returns:
      possible object is String
    • setElem2

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setElem2(String value)
      Sets the value of the elem2 property.
      Parameters:
      value - allowed object is String
    • getElem3

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public int getElem3()
      Gets the value of the elem3 property.
    • setElem3

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:18:15-04:00") public void setElem3(int value)
      Sets the value of the elem3 property.