Class ComplexStruct
- java.lang.Object
-
- org.apache.cxf.ordered_param_holder.ComplexStruct
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public class ComplexStruct extends ObjectJava class for ComplexStruct complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComplexStruct"> <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>
-
-
Constructor Summary
Constructors Constructor Description ComplexStruct()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetElem1()Gets the value of the elem1 property.StringgetElem2()Gets the value of the elem2 property.intgetElem3()Gets the value of the elem3 property.voidsetElem1(String value)Sets the value of the elem1 property.voidsetElem2(String value)Sets the value of the elem2 property.voidsetElem3(int value)Sets the value of the elem3 property.
-
-
-
Field Detail
-
elem1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") protected String elem1
-
elem2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") protected String elem2
-
elem3
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") protected int elem3
-
-
Method Detail
-
getElem1
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05: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 v2.3.5", date="2024-03-07T12:28:42-05:00") public void setElem1(String value)Sets the value of the elem1 property.- Parameters:
value- allowed object isString
-
getElem2
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05: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 v2.3.5", date="2024-03-07T12:28:42-05:00") public void setElem2(String value)Sets the value of the elem2 property.- Parameters:
value- allowed object isString
-
getElem3
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public int getElem3()Gets the value of the elem3 property.
-
setElem3
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:42-05:00") public void setElem3(int value)Sets the value of the elem3 property.
-
-