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, wait
equals, hashCode, toString
public boolean isEnabled()
Boolean
public void setEnabled(Boolean value)
value
- allowed object is
Boolean
public int getThreshold()
Integer
public void setThreshold(Integer value)
value
- allowed object is
Integer
public boolean enabled()
public int threshold()
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
Copyright © 2015 Oracle Corporation. All rights reserved.