com.evolveum.prism.xml.ns._public.types_2
Class ObjectReferenceType

java.lang.Object
  extended by com.evolveum.prism.xml.ns._public.types_2.ObjectReferenceType
All Implemented Interfaces:
java.io.Serializable

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.

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">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="filter" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <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

Nested Class Summary
static class ObjectReferenceType.Filter
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String description
           
protected  ObjectReferenceType.Filter filter
           
protected  java.lang.String oid
           
protected  javax.xml.namespace.QName type
           
 
Constructor Summary
ObjectReferenceType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the value of the description property.
 ObjectReferenceType.Filter getFilter()
          Gets the value of the filter property.
 java.lang.String getOid()
          Gets the value of the oid property.
 javax.xml.namespace.QName getType()
          Gets the value of the type property.
 int hashCode()
           
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setFilter(ObjectReferenceType.Filter value)
          Sets the value of the filter 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.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected java.lang.String description

filter

protected ObjectReferenceType.Filter filter

oid

protected java.lang.String oid

type

protected javax.xml.namespace.QName type
Constructor Detail

ObjectReferenceType

public ObjectReferenceType()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getFilter

public ObjectReferenceType.Filter getFilter()
Gets the value of the filter property.

Returns:
possible object is ObjectReferenceType.Filter

setFilter

public void setFilter(ObjectReferenceType.Filter value)
Sets the value of the filter property.

Parameters:
value - allowed object is ObjectReferenceType.Filter

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.