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:
Serializable

public class ObjectReferenceType
extends Object
implements 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  String description
           
protected  ObjectReferenceType.Filter filter
           
protected  String oid
           
protected  QName type
           
 
Constructor Summary
ObjectReferenceType()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
          Gets the value of the description property.
 ObjectReferenceType.Filter getFilter()
          Gets the value of the filter property.
 String getOid()
          Gets the value of the oid property.
 QName getType()
          Gets the value of the type property.
 int hashCode()
           
 void setDescription(String value)
          Sets the value of the description property.
 void setFilter(ObjectReferenceType.Filter value)
          Sets the value of the filter property.
 void setOid(String value)
          Sets the value of the oid property.
 void setType(QName value)
          Sets the value of the type property.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

description

protected String description

filter

protected ObjectReferenceType.Filter filter

oid

protected String oid

type

protected QName type
Constructor Detail

ObjectReferenceType

public ObjectReferenceType()
Method Detail

getDescription

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

Returns:
possible object is String

setDescription

public void setDescription(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 String getOid()
Gets the value of the oid property.

Returns:
possible object is String

setOid

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

Parameters:
value - allowed object is String

getType

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

Returns:
possible object is QName

setType

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

Parameters:
value - allowed object is QName

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013 evolveum. All Rights Reserved.