public class WsrpPortTypeData
extends java.lang.Object
Java class for wsrpPortTypeData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wsrpPortTypeData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="secure-url" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
</element>
<element name="unsecure-url" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
</element>
<element name="ws-security-profile" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
</element>
</all>
<attribute name="type" use="required" type="{}wsrpPortTypes" />
<attribute ref="{}update use="required""/>
<attribute name="defaultbinding" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
WsrpPortTypeData.SecureUrl
Java class for anonymous complex type.
|
static class |
WsrpPortTypeData.UnsecureUrl
Java class for anonymous complex type.
|
static class |
WsrpPortTypeData.WsSecurityProfile
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
defaultbinding |
protected WsrpPortTypeData.SecureUrl |
secureUrl |
protected WsrpPortTypes |
type |
protected WsrpPortTypeData.UnsecureUrl |
unsecureUrl |
protected UpdateValues |
update |
protected WsrpPortTypeData.WsSecurityProfile |
wsSecurityProfile |
| Constructor and Description |
|---|
WsrpPortTypeData() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultbinding()
Gets the value of the defaultbinding property.
|
WsrpPortTypeData.SecureUrl |
getSecureUrl()
Gets the value of the secureUrl property.
|
WsrpPortTypes |
getType()
Gets the value of the type property.
|
WsrpPortTypeData.UnsecureUrl |
getUnsecureUrl()
Gets the value of the unsecureUrl property.
|
UpdateValues |
getUpdate()
Either 'set' or 'remove' this porttype definition.
|
WsrpPortTypeData.WsSecurityProfile |
getWsSecurityProfile()
Gets the value of the wsSecurityProfile property.
|
void |
setDefaultbinding(java.lang.String value)
Sets the value of the defaultbinding property.
|
void |
setSecureUrl(WsrpPortTypeData.SecureUrl value)
Sets the value of the secureUrl property.
|
void |
setType(WsrpPortTypes value)
Sets the value of the type property.
|
void |
setUnsecureUrl(WsrpPortTypeData.UnsecureUrl value)
Sets the value of the unsecureUrl property.
|
void |
setUpdate(UpdateValues value)
Sets the value of the update property.
|
void |
setWsSecurityProfile(WsrpPortTypeData.WsSecurityProfile value)
Sets the value of the wsSecurityProfile property.
|
protected WsrpPortTypeData.SecureUrl secureUrl
protected WsrpPortTypeData.UnsecureUrl unsecureUrl
protected WsrpPortTypeData.WsSecurityProfile wsSecurityProfile
protected WsrpPortTypes type
protected UpdateValues update
protected java.lang.String defaultbinding
public WsrpPortTypeData.SecureUrl getSecureUrl()
WsrpPortTypeData.SecureUrlpublic void setSecureUrl(WsrpPortTypeData.SecureUrl value)
value - allowed object is
WsrpPortTypeData.SecureUrlpublic WsrpPortTypeData.UnsecureUrl getUnsecureUrl()
WsrpPortTypeData.UnsecureUrlpublic void setUnsecureUrl(WsrpPortTypeData.UnsecureUrl value)
value - allowed object is
WsrpPortTypeData.UnsecureUrlpublic WsrpPortTypeData.WsSecurityProfile getWsSecurityProfile()
WsrpPortTypeData.WsSecurityProfilepublic void setWsSecurityProfile(WsrpPortTypeData.WsSecurityProfile value)
value - allowed object is
WsrpPortTypeData.WsSecurityProfilepublic WsrpPortTypes getType()
WsrpPortTypespublic void setType(WsrpPortTypes value)
value - allowed object is
WsrpPortTypespublic UpdateValues getUpdate()
UpdateValuespublic void setUpdate(UpdateValues value)
value - allowed object is
UpdateValuespublic java.lang.String getDefaultbinding()
Stringpublic void setDefaultbinding(java.lang.String value)
value - allowed object is
String