public class Any extends Wildcard
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://www.w3.org/2001/XMLSchema}wildcard"> <attGroup ref="{http://www.w3.org/2001/XMLSchema}occurs"/> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
maxOccurs |
protected BigInteger |
minOccurs |
namespace, processContents
annotation, id
Constructor and Description |
---|
Any() |
Modifier and Type | Method and Description |
---|---|
String |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
BigInteger |
getMinOccurs()
Gets the value of the minOccurs property.
|
void |
setMaxOccurs(String value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(BigInteger value)
Sets the value of the minOccurs property.
|
getNamespace, getProcessContents, setProcessContents
getAnnotation, getId, setAnnotation, setId
getOtherAttributes
protected BigInteger minOccurs
protected String maxOccurs
public BigInteger getMinOccurs()
BigInteger
public void setMinOccurs(BigInteger value)
value
- allowed object is
BigInteger
public String getMaxOccurs()
String
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.