|
||||||||||
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()
String
public void setConnectorHostRef(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBundleName()
String
public void setBundleName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getBundleVersion()
String
public void setBundleVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConnectorName()
String
public void setConnectorName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getConnectorHost()
String
public void setConnectorHost(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getConnectorPort()
Integer
public void setConnectorPort(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getConnectorSecret()
String
public 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 |