|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.ConnectorRef
public class ConnectorRef
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ConnectorHostRef" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="bundleName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="bundleVersion" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectorName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectorHost" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="connectorPort" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="connectorSecret" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
bundleName
|
protected java.lang.String |
bundleVersion
|
protected java.lang.String |
connectorHost
|
protected java.lang.String |
connectorHostRef
|
protected java.lang.String |
connectorName
|
protected java.lang.Integer |
connectorPort
|
protected java.lang.String |
connectorSecret
|
| Constructor Summary | |
|---|---|
ConnectorRef()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBundleName()
Gets the value of the bundleName property. |
java.lang.String |
getBundleVersion()
Gets the value of the bundleVersion property. |
java.lang.String |
getConnectorHost()
Gets the value of the connectorHost property. |
java.lang.String |
getConnectorHostRef()
Gets the value of the connectorHostRef property. |
java.lang.String |
getConnectorName()
Gets the value of the connectorName property. |
java.lang.Integer |
getConnectorPort()
Gets the value of the connectorPort property. |
java.lang.String |
getConnectorSecret()
Gets the value of the connectorSecret property. |
void |
setBundleName(java.lang.String value)
Sets the value of the bundleName property. |
void |
setBundleVersion(java.lang.String value)
Sets the value of the bundleVersion property. |
void |
setConnectorHost(java.lang.String value)
Sets the value of the connectorHost property. |
void |
setConnectorHostRef(java.lang.String value)
Sets the value of the connectorHostRef property. |
void |
setConnectorName(java.lang.String value)
Sets the value of the connectorName property. |
void |
setConnectorPort(java.lang.Integer value)
Sets the value of the connectorPort property. |
void |
setConnectorSecret(java.lang.String value)
Sets the value of the connectorSecret property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String connectorHostRef
protected java.lang.String bundleName
protected java.lang.String bundleVersion
protected java.lang.String connectorName
protected java.lang.String connectorHost
protected java.lang.Integer connectorPort
protected java.lang.String connectorSecret
| Constructor Detail |
|---|
public ConnectorRef()
| Method Detail |
|---|
public java.lang.String getConnectorHostRef()
Stringpublic void setConnectorHostRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBundleName()
Stringpublic void setBundleName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBundleVersion()
Stringpublic void setBundleVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConnectorName()
Stringpublic void setConnectorName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getConnectorHost()
Stringpublic void setConnectorHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getConnectorPort()
Integerpublic void setConnectorPort(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getConnectorSecret()
Stringpublic void setConnectorSecret(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||