com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1
Class ResourceObjectReference
java.lang.Object
com.evolveum.midpoint.xml.ns._public.resource.resource_schema_1.ResourceObjectReference
public class ResourceObjectReference
- extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="targetObjectClass" type="{http://midpoint.evolveum.com/xml/ns/public/resource/resource-schema-1.xsd}ObjectClassReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetObjectClass
protected ObjectClassReferenceType targetObjectClass
ResourceObjectReference
public ResourceObjectReference()
getTargetObjectClass
public ObjectClassReferenceType getTargetObjectClass()
- Gets the value of the targetObjectClass property.
- Returns:
- possible object is
ObjectClassReferenceType
setTargetObjectClass
public void setTargetObjectClass(ObjectClassReferenceType value)
- Sets the value of the targetObjectClass property.
- Parameters:
value
- allowed object is
ObjectClassReferenceType
Copyright © 2011 evolveum. All Rights Reserved.