public interface WsrmConfigConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
WsrmConfigConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
String |
getAckTo()
Gets the "ackTo" attribute
|
String |
getOfferEndpoint()
Gets the "offerEndpoint" attribute
|
BigInteger |
getSequenceExpires()
Gets the "sequenceExpires" attribute
|
WsrmVersionTypeConfig.Enum |
getVersion()
Gets the "version" attribute
|
boolean |
isSetAckTo()
True if has "ackTo" attribute
|
boolean |
isSetOfferEndpoint()
True if has "offerEndpoint" attribute
|
boolean |
isSetSequenceExpires()
True if has "sequenceExpires" attribute
|
boolean |
isSetVersion()
True if has "version" attribute
|
void |
setAckTo(String ackTo)
Sets the "ackTo" attribute
|
void |
setOfferEndpoint(String offerEndpoint)
Sets the "offerEndpoint" attribute
|
void |
setSequenceExpires(BigInteger sequenceExpires)
Sets the "sequenceExpires" attribute
|
void |
setVersion(WsrmVersionTypeConfig.Enum version)
Sets the "version" attribute
|
void |
unsetAckTo()
Unsets the "ackTo" attribute
|
void |
unsetOfferEndpoint()
Unsets the "offerEndpoint" attribute
|
void |
unsetSequenceExpires()
Unsets the "sequenceExpires" attribute
|
void |
unsetVersion()
Unsets the "version" attribute
|
org.apache.xmlbeans.XmlString |
xgetAckTo()
Gets (as xml) the "ackTo" attribute
|
org.apache.xmlbeans.XmlString |
xgetOfferEndpoint()
Gets (as xml) the "offerEndpoint" attribute
|
org.apache.xmlbeans.XmlInteger |
xgetSequenceExpires()
Gets (as xml) the "sequenceExpires" attribute
|
WsrmVersionTypeConfig |
xgetVersion()
Gets (as xml) the "version" attribute
|
void |
xsetAckTo(org.apache.xmlbeans.XmlString ackTo)
Sets (as xml) the "ackTo" attribute
|
void |
xsetOfferEndpoint(org.apache.xmlbeans.XmlString offerEndpoint)
Sets (as xml) the "offerEndpoint" attribute
|
void |
xsetSequenceExpires(org.apache.xmlbeans.XmlInteger sequenceExpires)
Sets (as xml) the "sequenceExpires" attribute
|
void |
xsetVersion(WsrmVersionTypeConfig version)
Sets (as xml) the "version" attribute
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
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
WsrmVersionTypeConfig.Enum getVersion()
WsrmVersionTypeConfig xgetVersion()
boolean isSetVersion()
void setVersion(WsrmVersionTypeConfig.Enum version)
void xsetVersion(WsrmVersionTypeConfig version)
void unsetVersion()
String getAckTo()
org.apache.xmlbeans.XmlString xgetAckTo()
boolean isSetAckTo()
void setAckTo(String ackTo)
void xsetAckTo(org.apache.xmlbeans.XmlString ackTo)
void unsetAckTo()
BigInteger getSequenceExpires()
org.apache.xmlbeans.XmlInteger xgetSequenceExpires()
boolean isSetSequenceExpires()
void setSequenceExpires(BigInteger sequenceExpires)
void xsetSequenceExpires(org.apache.xmlbeans.XmlInteger sequenceExpires)
void unsetSequenceExpires()
String getOfferEndpoint()
org.apache.xmlbeans.XmlString xgetOfferEndpoint()
boolean isSetOfferEndpoint()
void setOfferEndpoint(String offerEndpoint)
void xsetOfferEndpoint(org.apache.xmlbeans.XmlString offerEndpoint)
void unsetOfferEndpoint()
Copyright © 2019. All Rights Reserved.