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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
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.