Package org.apache.type_test.types2
Class StructWithAnyArrayLax
java.lang.Object
org.apache.type_test.types2.StructWithAnyArrayLax
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2023-06-06T12:44:56-04:00")
public class StructWithAnyArrayLax
extends Object
Java class for StructWithAnyArrayLax complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructWithAnyArrayLax">
<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 processContents='lax' maxOccurs="10" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.getAny()Gets the value of the any property.getName()Gets the value of the name property.voidsetAddress(String value) Sets the value of the address property.voidSets the value of the name property.
-
Field Details
-
Constructor Details
-
StructWithAnyArrayLax
public StructWithAnyArrayLax()
-
-
Method Details
-
getName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-06-06T12:44:56-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 v3.0.2", date="2023-06-06T12:44:56-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 v3.0.2", date="2023-06-06T12:44:56-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 v3.0.2", date="2023-06-06T12:44:56-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 v3.0.2", date="2023-06-06T12:44:56-04:00") public List<Object> getAny()Gets the value of the any property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the any property.For example, to add a new item, do as follows:
getAny().add(newItem);Objects of the following type(s) are allowed in the list
ObjectElement
-