public class WsrpProducerItem
extends java.lang.Object
Java class for wsrpProducerItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="wsrpProducerItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="wsdl-url" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
</extension>
</simpleContent>
</complexType>
</element>
<element name="porttype" type="{}wsrpPortTypeData" maxOccurs="4" minOccurs="0"/>
<element name="parameter" type="{}parameterData" maxOccurs="unbounded" minOccurs="0"/>
<element name="preferences" type="{}preferencesData" minOccurs="0"/>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="access-control" type="{}accessControlData" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="wsrpversion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="registration-required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="handle" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="state" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="cookiepolicy" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
WsrpProducerItem.WsdlUrl
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected AccessControlData |
accessControl |
protected AllActions |
action |
protected java.math.BigInteger |
cookiepolicy |
protected java.lang.String |
domain |
protected java.lang.Boolean |
force |
protected java.lang.String |
handle |
protected java.util.List<LocaleData> |
localedata |
protected java.lang.String |
objectid |
protected java.util.List<ParameterData> |
parameter |
protected java.util.List<WsrpPortTypeData> |
porttype |
protected PreferencesData |
preferences |
protected java.lang.Boolean |
registrationRequired |
protected java.lang.String |
state |
protected java.lang.String |
uniquename |
protected WsrpProducerItem.WsdlUrl |
wsdlUrl |
protected java.lang.String |
wsrpversion |
| Constructor and Description |
|---|
WsrpProducerItem() |
| Modifier and Type | Method and Description |
|---|---|
AccessControlData |
getAccessControl()
Gets the value of the accessControl property.
|
AllActions |
getAction()
Gets the value of the action property.
|
java.math.BigInteger |
getCookiepolicy()
Gets the value of the cookiepolicy property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.lang.String |
getHandle()
Gets the value of the handle property.
|
java.util.List<LocaleData> |
getLocaledata()
Gets the value of the localedata property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.util.List<ParameterData> |
getParameter()
Gets the value of the parameter property.
|
java.util.List<WsrpPortTypeData> |
getPorttype()
Gets the value of the porttype property.
|
PreferencesData |
getPreferences()
Gets the value of the preferences property.
|
java.lang.String |
getState()
Gets the value of the state property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
WsrpProducerItem.WsdlUrl |
getWsdlUrl()
Gets the value of the wsdlUrl property.
|
java.lang.String |
getWsrpversion()
Gets the value of the wsrpversion property.
|
java.lang.Boolean |
isForce()
Gets the value of the force property.
|
java.lang.Boolean |
isRegistrationRequired()
Gets the value of the registrationRequired property.
|
void |
setAccessControl(AccessControlData value)
Sets the value of the accessControl property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setCookiepolicy(java.math.BigInteger value)
Sets the value of the cookiepolicy property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setForce(java.lang.Boolean value)
Sets the value of the force property.
|
void |
setHandle(java.lang.String value)
Sets the value of the handle property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setPreferences(PreferencesData value)
Sets the value of the preferences property.
|
void |
setRegistrationRequired(java.lang.Boolean value)
Sets the value of the registrationRequired property.
|
void |
setState(java.lang.String value)
Sets the value of the state property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
void |
setWsdlUrl(WsrpProducerItem.WsdlUrl value)
Sets the value of the wsdlUrl property.
|
void |
setWsrpversion(java.lang.String value)
Sets the value of the wsrpversion property.
|
protected WsrpProducerItem.WsdlUrl wsdlUrl
protected java.util.List<WsrpPortTypeData> porttype
protected java.util.List<ParameterData> parameter
protected PreferencesData preferences
protected java.util.List<LocaleData> localedata
protected AccessControlData accessControl
protected java.lang.String wsrpversion
protected java.lang.Boolean registrationRequired
protected java.lang.String handle
protected java.lang.Boolean force
protected java.lang.String state
protected java.math.BigInteger cookiepolicy
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public WsrpProducerItem.WsdlUrl getWsdlUrl()
WsrpProducerItem.WsdlUrlpublic void setWsdlUrl(WsrpProducerItem.WsdlUrl value)
value - allowed object is
WsrpProducerItem.WsdlUrlpublic java.util.List<WsrpPortTypeData> getPorttype()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the porttype property.
For example, to add a new item, do as follows:
getPorttype().add(newItem);
Objects of the following type(s) are allowed in the list
WsrpPortTypeData
public java.util.List<ParameterData> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
ParameterData
public PreferencesData getPreferences()
PreferencesDatapublic void setPreferences(PreferencesData value)
value - allowed object is
PreferencesDatapublic java.util.List<LocaleData> getLocaledata()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the localedata property.
For example, to add a new item, do as follows:
getLocaledata().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleData
public AccessControlData getAccessControl()
AccessControlDatapublic void setAccessControl(AccessControlData value)
value - allowed object is
AccessControlDatapublic java.lang.String getWsrpversion()
Stringpublic void setWsrpversion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isRegistrationRequired()
Booleanpublic void setRegistrationRequired(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getHandle()
Stringpublic void setHandle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isForce()
Booleanpublic void setForce(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getState()
Stringpublic void setState(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getCookiepolicy()
BigIntegerpublic void setCookiepolicy(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String