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

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

public class ConnectorConfigurationType
extends Object
implements Serializable, Cloneable, Containerable

Resource configuration (hostname, port, ...). Specific for each resource type. TODO This element belongs to ResourceType and should not be used elsewhere. This is a top-level element to make the implementation (JAXB marshall/unmarshall) easier.

Java class for ConnectorConfigurationType complex type.

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

 <complexType name="ConnectorConfigurationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
static QName COMPLEX_TYPE
           
 
Constructor Summary
ConnectorConfigurationType()
           
 
Method Summary
 PrismContainerValue asPrismContainerValue()
           
 ConnectorConfigurationType clone()
           
 boolean equals(Object object)
           
 List<Object> getAny()
           
 int hashCode()
           
 void setupContainerValue(PrismContainerValue containerValue)
          Setup value to the containerable representation.
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPLEX_TYPE

public static final QName COMPLEX_TYPE
Constructor Detail

ConnectorConfigurationType

public ConnectorConfigurationType()
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 String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getAny

public List<Object> getAny()

clone

public ConnectorConfigurationType clone()
Overrides:
clone in class Object


Copyright © 2013 evolveum. All Rights Reserved.