Interface BinaryExchangeType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface BinaryExchangeType extends XmlString
An XML BinaryExchangeType(@http://schemas.xmlsoap.org/ws/2005/02/trust). This is an atomic type that is a restriction of org.xmlsoap.schemas.ws.x2005.x02.trust.BinaryExchangeType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBinaryExchangeType.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 StringgetEncodingType()Gets the "EncodingType" attributeStringgetValueType()Gets the "ValueType" attributevoidsetEncodingType(String encodingType)Sets the "EncodingType" attributevoidsetValueType(String valueType)Sets the "ValueType" attributeXmlAnyURIxgetEncodingType()Gets (as xml) the "EncodingType" attributeXmlAnyURIxgetValueType()Gets (as xml) the "ValueType" attributevoidxsetEncodingType(XmlAnyURI encodingType)Sets (as xml) the "EncodingType" attributevoidxsetValueType(XmlAnyURI valueType)Sets (as xml) the "ValueType" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
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
-
getValueType
String getValueType()
Gets the "ValueType" attribute
-
xgetValueType
XmlAnyURI xgetValueType()
Gets (as xml) the "ValueType" attribute
-
setValueType
void setValueType(String valueType)
Sets the "ValueType" attribute
-
xsetValueType
void xsetValueType(XmlAnyURI valueType)
Sets (as xml) the "ValueType" attribute
-
getEncodingType
String getEncodingType()
Gets the "EncodingType" attribute
-
xgetEncodingType
XmlAnyURI xgetEncodingType()
Gets (as xml) the "EncodingType" attribute
-
setEncodingType
void setEncodingType(String encodingType)
Sets the "EncodingType" attribute
-
xsetEncodingType
void xsetEncodingType(XmlAnyURI encodingType)
Sets (as xml) the "EncodingType" attribute
-
-