public class XmlMTOM extends Object implements MTOM
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="threshold" type="{http://www.w3.org/2001/XMLSchema}int" default="0" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
enabled |
protected Integer |
threshold |
| Constructor and Description |
|---|
XmlMTOM() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
enabled() |
int |
getThreshold()
Gets the value of the threshold property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(Boolean value)
Sets the value of the enabled property.
|
void |
setThreshold(Integer value)
Sets the value of the threshold property.
|
int |
threshold() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, toStringpublic boolean isEnabled()
Booleanpublic void setEnabled(Boolean value)
value - allowed object is
Booleanpublic int getThreshold()
Integerpublic void setThreshold(Integer value)
value - allowed object is
Integerpublic boolean enabled()
public int threshold()
public Class<? extends Annotation> annotationType()
annotationType in interface AnnotationCopyright © 2005–2017 Oracle Corporation. All rights reserved.