public class SOAPRequestNode.WSDLHeadersRow extends NodePropertyRow
Table name = Row names = WSDLHeaders
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
PROPERTY_APPLYHEADER |
protected static java.lang.String |
PROPERTY_HEADER |
protected static java.lang.String |
PROPERTY_NAMESPACE |
protected static java.lang.String |
ROW_NAME |
copyright, name, nodeProperties
Modifier and Type | Method and Description |
---|---|
boolean |
getApplyHeader()
Get the WSDLHeadersRow "Apply Header" property
|
java.lang.String |
getHeader()
Get the WSDLHeadersRow "Header name" property
|
java.lang.String |
getNamespace()
Get the WSDLHeadersRow "Header namespace" property
|
protected NodeProperty[] |
getNodeProperties() |
void |
setApplyHeader(boolean value)
Set the WSDLHeadersRow "Apply Header" property
|
void |
setHeader(java.lang.String value)
Set the WSDLHeadersRow "Header name" property
|
void |
setNamespace(java.lang.String value)
Set the WSDLHeadersRow "Header namespace" property
|
findPropertyByName, findPropertyByName, getMandatoryPropertyNames, getname, getPropertyDefaultValue, getPropertyNames, getPropertyValue, setProperty
protected static final java.lang.String ROW_NAME
protected static final java.lang.String PROPERTY_APPLYHEADER
protected static final java.lang.String PROPERTY_HEADER
protected static final java.lang.String PROPERTY_NAMESPACE
protected NodeProperty[] getNodeProperties()
public void setApplyHeader(boolean value)
value
- boolean ; the value to set the property "Apply Header"public boolean getApplyHeader()
public void setHeader(java.lang.String value)
value
- String ; the value to set the property "Header name"public java.lang.String getHeader()
public void setNamespace(java.lang.String value)
value
- String ; the value to set the property "Header namespace"public java.lang.String getNamespace()