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 java.lang.String |
maxOccurs |
protected java.math.BigInteger |
minOccurs |
namespace, processContentsannotation, id| Constructor and Description |
|---|
Any() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMaxOccurs()
Gets the value of the maxOccurs property.
|
java.math.BigInteger |
getMinOccurs()
Gets the value of the minOccurs property.
|
void |
setMaxOccurs(java.lang.String value)
Sets the value of the maxOccurs property.
|
void |
setMinOccurs(java.math.BigInteger value)
Sets the value of the minOccurs property.
|
getNamespace, getProcessContents, setProcessContentsgetAnnotation, getId, setAnnotation, setIdgetOtherAttributesprotected java.math.BigInteger minOccurs
protected java.lang.String maxOccurs
public java.math.BigInteger getMinOccurs()
BigIntegerpublic void setMinOccurs(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getMaxOccurs()
Stringpublic void setMaxOccurs(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.