|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.prism.xml.ns._public.types_2.ObjectReferenceType
public class ObjectReferenceType
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>
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 |
---|
protected String description
protected ObjectReferenceType.Filter filter
protected String oid
protected QName type
Constructor Detail |
---|
public ObjectReferenceType()
Method Detail |
---|
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public ObjectReferenceType.Filter getFilter()
ObjectReferenceType.Filter
public void setFilter(ObjectReferenceType.Filter value)
value
- allowed object is
ObjectReferenceType.Filter
public String getOid()
String
public void setOid(String value)
value
- allowed object is
String
public QName getType()
QName
public void setType(QName value)
value
- allowed object is
QName
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |