com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1
Class ObjectClassAttributeType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.AttributeReferenceType
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
discriminatorFormula
protected java.lang.String discriminatorFormula
ObjectClassAttributeType
public ObjectClassAttributeType()
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
Copyright © 2011 evolveum. All Rights Reserved.