com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1
Class ObjectClassAttributeType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
      extended by com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.ObjectClassAttributeType

public class ObjectClassAttributeType
extends AttributeReferenceType

Java class for ObjectClassAttributeType complex type.

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

 <complexType name="ObjectClassAttributeType">
   <complexContent>
     <extension base="{http://midpoint.evolveum.com/xml/ns/public/resource/resource-schema-1.xsd}AttributeReferenceType">
       <all>
         <element name="discriminatorFormula" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </all>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String discriminatorFormula
           
 
Fields inherited from class com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
ref
 
Constructor Summary
ObjectClassAttributeType()
           
 
Method Summary
 java.lang.String getDiscriminatorFormula()
          Gets the value of the discriminatorFormula property.
 void setDiscriminatorFormula(java.lang.String value)
          Sets the value of the discriminatorFormula property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
getRef, setRef
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

discriminatorFormula

protected java.lang.String discriminatorFormula
Constructor Detail

ObjectClassAttributeType

public ObjectClassAttributeType()
Method Detail

getDiscriminatorFormula

public java.lang.String getDiscriminatorFormula()
Gets the value of the discriminatorFormula property.

Returns:
possible object is String

setDiscriminatorFormula

public void setDiscriminatorFormula(java.lang.String value)
Sets the value of the discriminatorFormula property.

Parameters:
value - allowed object is 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 AttributeReferenceType


Copyright © 2011 evolveum. All Rights Reserved.