Class AcceptAnyN
- java.lang.Object
-
- uri.cxf_apache_org.jstest.types.any.AcceptAnyN
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public class AcceptAnyN 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="before" type="{http://www.w3.org/2001/XMLSchema}string"/> <any namespace='##other' maxOccurs="10"/> <element name="after" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AcceptAnyN()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAfter()Gets the value of the after property.List<Object>getAny()Gets the value of the any property.StringgetBefore()Gets the value of the before property.voidsetAfter(String value)Sets the value of the after property.voidsetBefore(String value)Sets the value of the before property.
-
-
-
Field Detail
-
before
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String before
-
any
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected List<Object> any
-
after
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") protected String after
-
-
Method Detail
-
getBefore
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getBefore()Gets the value of the before property.- Returns:
- possible object is
String
-
setBefore
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public void setBefore(String value)Sets the value of the before 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 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 JAXB 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
Object
-
getAfter
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:29:23-04:00") public String getAfter()Gets the value of the after property.- Returns:
- possible object is
String
-
-