Class XmlMTOM
java.lang.Object
com.oracle.xmlns.webservices.jaxws_databinding.XmlMTOM
- All Implemented Interfaces:
Annotation
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>booleanenabled()intGets the value of the threshold property.booleanGets the value of the enabled property.voidsetEnabled(Boolean value) Sets the value of the enabled property.voidsetThreshold(Integer value) Sets the value of the threshold property.int
-
Field Details
-
enabled
-
threshold
-
-
Constructor Details
-
XmlMTOM
public XmlMTOM()
-
-
Method Details
-
isEnabled
public boolean isEnabled()Gets the value of the enabled property.- Returns:
- possible object is
Boolean
-
setEnabled
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean
-
getThreshold
public int getThreshold()Gets the value of the threshold property.- Returns:
- possible object is
Integer
-
setThreshold
Sets the value of the threshold property.- Parameters:
value- allowed object isInteger
-
enabled
public boolean enabled() -
threshold
public int threshold() -
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-