|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.oracle.xmlns.webservices.jaxws_databinding.XmlMTOM
public class XmlMTOM
This file was generated by JAXB-RI v2.2.6 and afterwards modified to implement appropriate Annotation
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>
| Field Summary | |
|---|---|
protected Boolean |
enabled
|
protected Integer |
threshold
|
| Constructor Summary | |
|---|---|
XmlMTOM()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.lang.annotation.Annotation |
|---|
equals, hashCode, toString |
| Field Detail |
|---|
protected Boolean enabled
protected Integer threshold
| Constructor Detail |
|---|
public XmlMTOM()
| Method Detail |
|---|
public 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 Annotation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||