@Contract @Hk2XmlPreGenerate public interface 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 | 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, setProcessContentsgetAnnotation, getId, setAnnotation, setIdgetOtherAttributes, setOtherAttributesBigInteger getMinOccurs()
BigIntegervoid setMinOccurs(BigInteger value)
value - allowed object is
BigIntegerString getMaxOccurs()
StringCopyright © 2009–2019 Oracle Corporation. All rights reserved.