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"/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
maxOccurs |
protected BigInteger |
minOccurs |
namespaces, processContentsannotation, 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.
|
getNamespaces, getProcessContents, setProcessContentsgetAnnotation, getId, setAnnotation, setIdgetOtherAttributesprotected BigInteger minOccurs
protected String maxOccurs
public BigInteger getMinOccurs()
BigIntegerpublic void setMinOccurs(BigInteger value)
value - allowed object is BigIntegerpublic String getMaxOccurs()
StringCopyright © 2019. All rights reserved.