public interface OutgoingWssConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
OutgoingWssConfig.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 |
---|---|
WSSEntryConfig |
addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
String |
getActor()
Gets the "actor" attribute
|
boolean |
getEnableSignatureConfirmation()
Gets the "enableSignatureConfirmation" attribute
|
WSSEntryConfig[] |
getEntryArray()
Deprecated.
|
WSSEntryConfig |
getEntryArray(int i)
Gets ith "entry" element
|
List<WSSEntryConfig> |
getEntryList()
Gets a List of "entry" elements
|
boolean |
getMustUnderstand()
Gets the "mustUnderstand" attribute
|
String |
getName()
Gets the "name" element
|
String |
getPassword()
Gets the "password" element
|
boolean |
getPrecisionInMilliSeconds()
Gets the "precisionInMilliSeconds" attribute
|
boolean |
getTimeStampScript()
Gets the "timeStampScript" attribute
|
String |
getUsername()
Gets the "username" element
|
boolean |
getWsiBspCompliant()
Gets the "wsiBspCompliant" attribute
|
WSSEntryConfig |
insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
boolean |
isSetActor()
True if has "actor" attribute
|
boolean |
isSetEnableSignatureConfirmation()
True if has "enableSignatureConfirmation" attribute
|
boolean |
isSetMustUnderstand()
True if has "mustUnderstand" attribute
|
boolean |
isSetPassword()
True if has "password" element
|
boolean |
isSetPrecisionInMilliSeconds()
True if has "precisionInMilliSeconds" attribute
|
boolean |
isSetTimeStampScript()
True if has "timeStampScript" attribute
|
boolean |
isSetUsername()
True if has "username" element
|
boolean |
isSetWsiBspCompliant()
True if has "wsiBspCompliant" attribute
|
void |
removeEntry(int i)
Removes the ith "entry" element
|
void |
setActor(String actor)
Sets the "actor" attribute
|
void |
setEnableSignatureConfirmation(boolean enableSignatureConfirmation)
Sets the "enableSignatureConfirmation" attribute
|
void |
setEntryArray(int i,
WSSEntryConfig entry)
Sets ith "entry" element
|
void |
setEntryArray(WSSEntryConfig[] entryArray)
Sets array of all "entry" element
|
void |
setMustUnderstand(boolean mustUnderstand)
Sets the "mustUnderstand" attribute
|
void |
setName(String name)
Sets the "name" element
|
void |
setPassword(String password)
Sets the "password" element
|
void |
setPrecisionInMilliSeconds(boolean precisionInMilliSeconds)
Sets the "precisionInMilliSeconds" attribute
|
void |
setTimeStampScript(boolean timeStampScript)
Sets the "timeStampScript" attribute
|
void |
setUsername(String username)
Sets the "username" element
|
void |
setWsiBspCompliant(boolean wsiBspCompliant)
Sets the "wsiBspCompliant" attribute
|
int |
sizeOfEntryArray()
Returns number of "entry" element
|
void |
unsetActor()
Unsets the "actor" attribute
|
void |
unsetEnableSignatureConfirmation()
Unsets the "enableSignatureConfirmation" attribute
|
void |
unsetMustUnderstand()
Unsets the "mustUnderstand" attribute
|
void |
unsetPassword()
Unsets the "password" element
|
void |
unsetPrecisionInMilliSeconds()
Unsets the "precisionInMilliSeconds" attribute
|
void |
unsetTimeStampScript()
Unsets the "timeStampScript" attribute
|
void |
unsetUsername()
Unsets the "username" element
|
void |
unsetWsiBspCompliant()
Unsets the "wsiBspCompliant" attribute
|
org.apache.xmlbeans.XmlString |
xgetActor()
Gets (as xml) the "actor" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetEnableSignatureConfirmation()
Gets (as xml) the "enableSignatureConfirmation" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetMustUnderstand()
Gets (as xml) the "mustUnderstand" attribute
|
org.apache.xmlbeans.XmlString |
xgetName()
Gets (as xml) the "name" element
|
org.apache.xmlbeans.XmlString |
xgetPassword()
Gets (as xml) the "password" element
|
org.apache.xmlbeans.XmlBoolean |
xgetPrecisionInMilliSeconds()
Gets (as xml) the "precisionInMilliSeconds" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetTimeStampScript()
Gets (as xml) the "timeStampScript" attribute
|
org.apache.xmlbeans.XmlString |
xgetUsername()
Gets (as xml) the "username" element
|
org.apache.xmlbeans.XmlBoolean |
xgetWsiBspCompliant()
Gets (as xml) the "wsiBspCompliant" attribute
|
void |
xsetActor(org.apache.xmlbeans.XmlString actor)
Sets (as xml) the "actor" attribute
|
void |
xsetEnableSignatureConfirmation(org.apache.xmlbeans.XmlBoolean enableSignatureConfirmation)
Sets (as xml) the "enableSignatureConfirmation" attribute
|
void |
xsetMustUnderstand(org.apache.xmlbeans.XmlBoolean mustUnderstand)
Sets (as xml) the "mustUnderstand" attribute
|
void |
xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" element
|
void |
xsetPassword(org.apache.xmlbeans.XmlString password)
Sets (as xml) the "password" element
|
void |
xsetPrecisionInMilliSeconds(org.apache.xmlbeans.XmlBoolean precisionInMilliSeconds)
Sets (as xml) the "precisionInMilliSeconds" attribute
|
void |
xsetTimeStampScript(org.apache.xmlbeans.XmlBoolean timeStampScript)
Sets (as xml) the "timeStampScript" attribute
|
void |
xsetUsername(org.apache.xmlbeans.XmlString username)
Sets (as xml) the "username" element
|
void |
xsetWsiBspCompliant(org.apache.xmlbeans.XmlBoolean wsiBspCompliant)
Sets (as xml) the "wsiBspCompliant" 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
String getName()
org.apache.xmlbeans.XmlString xgetName()
void setName(String name)
void xsetName(org.apache.xmlbeans.XmlString name)
String getUsername()
org.apache.xmlbeans.XmlString xgetUsername()
boolean isSetUsername()
void setUsername(String username)
void xsetUsername(org.apache.xmlbeans.XmlString username)
void unsetUsername()
String getPassword()
org.apache.xmlbeans.XmlString xgetPassword()
boolean isSetPassword()
void setPassword(String password)
void xsetPassword(org.apache.xmlbeans.XmlString password)
void unsetPassword()
List<WSSEntryConfig> getEntryList()
WSSEntryConfig[] getEntryArray()
WSSEntryConfig getEntryArray(int i)
int sizeOfEntryArray()
void setEntryArray(WSSEntryConfig[] entryArray)
void setEntryArray(int i, WSSEntryConfig entry)
WSSEntryConfig insertNewEntry(int i)
WSSEntryConfig addNewEntry()
void removeEntry(int i)
boolean getEnableSignatureConfirmation()
org.apache.xmlbeans.XmlBoolean xgetEnableSignatureConfirmation()
boolean isSetEnableSignatureConfirmation()
void setEnableSignatureConfirmation(boolean enableSignatureConfirmation)
void xsetEnableSignatureConfirmation(org.apache.xmlbeans.XmlBoolean enableSignatureConfirmation)
void unsetEnableSignatureConfirmation()
boolean getPrecisionInMilliSeconds()
org.apache.xmlbeans.XmlBoolean xgetPrecisionInMilliSeconds()
boolean isSetPrecisionInMilliSeconds()
void setPrecisionInMilliSeconds(boolean precisionInMilliSeconds)
void xsetPrecisionInMilliSeconds(org.apache.xmlbeans.XmlBoolean precisionInMilliSeconds)
void unsetPrecisionInMilliSeconds()
boolean getTimeStampScript()
org.apache.xmlbeans.XmlBoolean xgetTimeStampScript()
boolean isSetTimeStampScript()
void setTimeStampScript(boolean timeStampScript)
void xsetTimeStampScript(org.apache.xmlbeans.XmlBoolean timeStampScript)
void unsetTimeStampScript()
boolean getWsiBspCompliant()
org.apache.xmlbeans.XmlBoolean xgetWsiBspCompliant()
boolean isSetWsiBspCompliant()
void setWsiBspCompliant(boolean wsiBspCompliant)
void xsetWsiBspCompliant(org.apache.xmlbeans.XmlBoolean wsiBspCompliant)
void unsetWsiBspCompliant()
String getActor()
org.apache.xmlbeans.XmlString xgetActor()
boolean isSetActor()
void setActor(String actor)
void xsetActor(org.apache.xmlbeans.XmlString actor)
void unsetActor()
boolean getMustUnderstand()
org.apache.xmlbeans.XmlBoolean xgetMustUnderstand()
boolean isSetMustUnderstand()
void setMustUnderstand(boolean mustUnderstand)
void xsetMustUnderstand(org.apache.xmlbeans.XmlBoolean mustUnderstand)
void unsetMustUnderstand()
Copyright © 2019. All Rights Reserved.