com.evolveum.midpoint.xml.ns._public.common.common_2a
Class ConnectorFrameworkConfigurationType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_2a.ConnectorFrameworkConfigurationType
All Implemented Interfaces:
Containerable, java.io.Serializable, java.lang.Cloneable

public class ConnectorFrameworkConfigurationType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable, Containerable

Java class for ConnectorFrameworkConfigurationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConnectorFrameworkConfigurationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-2a}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
static javax.xml.namespace.QName COMPLEX_TYPE
           
static javax.xml.namespace.QName F_CONNECTOR_PATH
           
static javax.xml.namespace.QName F_EXTENSION
           
 
Constructor Summary
ConnectorFrameworkConfigurationType()
           
 
Method Summary
 PrismContainerValue asPrismContainerValue()
           
 ConnectorFrameworkConfigurationType clone()
           
 boolean equals(java.lang.Object object)
           
 java.util.List<java.lang.String> getConnectorPath()
           
 ExtensionType getExtension()
           
 int hashCode()
           
 void setExtension(ExtensionType value)
           
 void setupContainerValue(PrismContainerValue containerValue)
          Setup value to the containerable representation.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_EXTENSION

public static final javax.xml.namespace.QName F_EXTENSION

F_CONNECTOR_PATH

public static final javax.xml.namespace.QName F_CONNECTOR_PATH
Constructor Detail

ConnectorFrameworkConfigurationType

public ConnectorFrameworkConfigurationType()
Method Detail

asPrismContainerValue

public PrismContainerValue asPrismContainerValue()
Specified by:
asPrismContainerValue in interface Containerable

setupContainerValue

public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface: Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.

Specified by:
setupContainerValue in interface Containerable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

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

hashCode

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

getExtension

public ExtensionType getExtension()

setExtension

public void setExtension(ExtensionType value)

getConnectorPath

public java.util.List<java.lang.String> getConnectorPath()

clone

public ConnectorFrameworkConfigurationType clone()
Overrides:
clone in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.