com.evolveum.midpoint.xml.ns._public.common.common_1
Class ObjectReferenceType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OperationalResultType, ResourceAccessConfigurationReferenceType, TargetAccountType

public class ObjectReferenceType
extends java.lang.Object
implements java.io.Serializable

Reference to an object. It contains OID of the object that it refers to. Question/idea: do we need to put target type there as well? E.g. for use in "resolve" XPaths? What about type hierarchy?

Java class for ObjectReferenceType complex type.

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

 <complexType name="ObjectReferenceType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="oid" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}QName" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String oid
           
protected  javax.xml.namespace.QName type
           
 
Constructor Summary
ObjectReferenceType()
           
 
Method Summary
 java.lang.String getOid()
          Gets the value of the oid property.
 javax.xml.namespace.QName getType()
          Gets the value of the type property.
 void setOid(java.lang.String value)
          Sets the value of the oid property.
 void setType(javax.xml.namespace.QName value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oid

protected java.lang.String oid

type

protected javax.xml.namespace.QName type
Constructor Detail

ObjectReferenceType

public ObjectReferenceType()
Method Detail

getOid

public java.lang.String getOid()
Gets the value of the oid property.

Returns:
possible object is String

setOid

public void setOid(java.lang.String value)
Sets the value of the oid property.

Parameters:
value - allowed object is String

getType

public javax.xml.namespace.QName getType()
Gets the value of the type property.

Returns:
possible object is QName

setType

public void setType(javax.xml.namespace.QName value)
Sets the value of the type property.

Parameters:
value - allowed object is QName


Copyright © 2011 evolveum. All Rights Reserved.