Package org.apache.type_test.doc
Class TestSimpleRestriction3
- java.lang.Object
-
- org.apache.type_test.doc.TestSimpleRestriction3
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class TestSimpleRestriction3 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="x" type="{http://apache.org/type_test/types1}SimpleRestriction3"/> <element name="y" type="{http://apache.org/type_test/types1}SimpleRestriction3"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TestSimpleRestriction3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetX()Gets the value of the x property.StringgetY()Gets the value of the y property.voidsetX(String value)Sets the value of the x property.voidsetY(String value)Sets the value of the y property.
-
-
-
Method Detail
-
getX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getX()Gets the value of the x property.- Returns:
- possible object is
String
-
setX
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setX(String value)Sets the value of the x property.- Parameters:
value- allowed object isString
-
getY
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getY()Gets the value of the y property.- Returns:
- possible object is
String
-
-