com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1
Class ConnectorRef

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.ConnectorRef

public class ConnectorRef
extends java.lang.Object

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

connectorHostRef

protected java.lang.String connectorHostRef

bundleName

protected java.lang.String bundleName

bundleVersion

protected java.lang.String bundleVersion

connectorName

protected java.lang.String connectorName

connectorHost

protected java.lang.String connectorHost

connectorPort

protected java.lang.Integer connectorPort

connectorSecret

protected java.lang.String connectorSecret
Constructor Detail

ConnectorRef

public ConnectorRef()
Method Detail

getConnectorHostRef

public java.lang.String getConnectorHostRef()
Gets the value of the connectorHostRef property.

Returns:
possible object is String

setConnectorHostRef

public void setConnectorHostRef(java.lang.String value)
Sets the value of the connectorHostRef property.

Parameters:
value - allowed object is String

getBundleName

public java.lang.String getBundleName()
Gets the value of the bundleName property.

Returns:
possible object is String

setBundleName

public void setBundleName(java.lang.String value)
Sets the value of the bundleName property.

Parameters:
value - allowed object is String

getBundleVersion

public java.lang.String getBundleVersion()
Gets the value of the bundleVersion property.

Returns:
possible object is String

setBundleVersion

public void setBundleVersion(java.lang.String value)
Sets the value of the bundleVersion property.

Parameters:
value - allowed object is String

getConnectorName

public java.lang.String getConnectorName()
Gets the value of the connectorName property.

Returns:
possible object is String

setConnectorName

public void setConnectorName(java.lang.String value)
Sets the value of the connectorName property.

Parameters:
value - allowed object is String

getConnectorHost

public java.lang.String getConnectorHost()
Gets the value of the connectorHost property.

Returns:
possible object is String

setConnectorHost

public void setConnectorHost(java.lang.String value)
Sets the value of the connectorHost property.

Parameters:
value - allowed object is String

getConnectorPort

public java.lang.Integer getConnectorPort()
Gets the value of the connectorPort property.

Returns:
possible object is Integer

setConnectorPort

public void setConnectorPort(java.lang.Integer value)
Sets the value of the connectorPort property.

Parameters:
value - allowed object is Integer

getConnectorSecret

public java.lang.String getConnectorSecret()
Gets the value of the connectorSecret property.

Returns:
possible object is String

setConnectorSecret

public void setConnectorSecret(java.lang.String value)
Sets the value of the connectorSecret property.

Parameters:
value - allowed object is String


Copyright © 2011 evolveum. All Rights Reserved.