com.evolveum.midpoint.xml.ns._public.common.common_1
Class SystemConfigurationType.ConnectorFramework.Configuration

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.SystemConfigurationType.ConnectorFramework.Configuration
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Enclosing class:
SystemConfigurationType.ConnectorFramework

public static class SystemConfigurationType.ConnectorFramework.Configuration
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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 ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}extension" minOccurs="0"/>
         <element name="connectorPath" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.util.List<java.lang.String> connectorPath
           
protected  Extension extension
           
 
Constructor Summary
SystemConfigurationType.ConnectorFramework.Configuration()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 java.util.List<java.lang.String> getConnectorPath()
          Gets the value of the connectorPath property.
 Extension getExtension()
          This element may contain any framework-specific global configuration.
 int hashCode()
           
 int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
           
 void setExtension(Extension value)
          Sets the value of the extension property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

extension

protected Extension extension

connectorPath

protected java.util.List<java.lang.String> connectorPath
Constructor Detail

SystemConfigurationType.ConnectorFramework.Configuration

public SystemConfigurationType.ConnectorFramework.Configuration()
Method Detail

getExtension

public Extension getExtension()
This element may contain any framework-specific global configuration.

Returns:
possible object is Extension

setExtension

public void setExtension(Extension value)
Sets the value of the extension property.

Parameters:
value - allowed object is Extension

getConnectorPath

public java.util.List<java.lang.String> getConnectorPath()
Gets the value of the connectorPath property.

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 connectorPath property.

For example, to add a new item, do as follows:

    getConnectorPath().add(newItem);
 

Objects of the following type(s) are allowed in the list String


toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.