Package org.apache.type_test.types2
Class StructWithAnyStrict
- java.lang.Object
-
- org.apache.type_test.types2.StructWithAnyStrict
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class StructWithAnyStrict extends ObjectJava class for StructWithAnyStrict complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructWithAnyStrict"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="address" type="{http://www.w3.org/2001/XMLSchema}string"/> <any/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description StructWithAnyStrict()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.ObjectgetAny()Gets the value of the any property.StringgetName()Gets the value of the name property.voidsetAddress(String value)Sets the value of the address property.voidsetAny(Object value)Sets the value of the any property.voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String name
-
address
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String address
-
any
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected Object any
-
-
Method Detail
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getName()Gets the value of the name property.- Returns:
- possible object is
String
-
setName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setName(String value)Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getAddress()Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setAddress(String value)Sets the value of the address property.- Parameters:
value- allowed object isString
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public Object getAny()Gets the value of the any property.- Returns:
- possible object is
Object
-
-