@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, setProcessContents
getAnnotation, getId, setAnnotation, setId
getOtherAttributes, setOtherAttributes
BigInteger getMinOccurs()
BigInteger
void setMinOccurs(BigInteger value)
value
- allowed object is
BigInteger
String getMaxOccurs()
String
Copyright © 2009–2023 Oracle Corporation. All rights reserved.