Interface RenewingType
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface RenewingType extends XmlObject
An XML RenewingType(@http://schemas.xmlsoap.org/ws/2005/02/trust). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRenewingType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllow()Gets the "Allow" attributebooleangetOK()Gets the "OK" attributebooleanisSetAllow()True if has "Allow" attributebooleanisSetOK()True if has "OK" attributevoidsetAllow(boolean allow)Sets the "Allow" attributevoidsetOK(boolean ok)Sets the "OK" attributevoidunsetAllow()Unsets the "Allow" attributevoidunsetOK()Unsets the "OK" attributeXmlBooleanxgetAllow()Gets (as xml) the "Allow" attributeXmlBooleanxgetOK()Gets (as xml) the "OK" attributevoidxsetAllow(XmlBoolean allow)Sets (as xml) the "Allow" attributevoidxsetOK(XmlBoolean ok)Sets (as xml) the "OK" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getAllow
boolean getAllow()
Gets the "Allow" attribute
-
xgetAllow
XmlBoolean xgetAllow()
Gets (as xml) the "Allow" attribute
-
isSetAllow
boolean isSetAllow()
True if has "Allow" attribute
-
setAllow
void setAllow(boolean allow)
Sets the "Allow" attribute
-
xsetAllow
void xsetAllow(XmlBoolean allow)
Sets (as xml) the "Allow" attribute
-
unsetAllow
void unsetAllow()
Unsets the "Allow" attribute
-
getOK
boolean getOK()
Gets the "OK" attribute
-
xgetOK
XmlBoolean xgetOK()
Gets (as xml) the "OK" attribute
-
isSetOK
boolean isSetOK()
True if has "OK" attribute
-
setOK
void setOK(boolean ok)
Sets the "OK" attribute
-
xsetOK
void xsetOK(XmlBoolean ok)
Sets (as xml) the "OK" attribute
-
unsetOK
void unsetOK()
Unsets the "OK" attribute
-
-