|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ObjectReferenceType
public class ObjectReferenceType
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>
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 |
---|
protected java.lang.String oid
protected javax.xml.namespace.QName type
Constructor Detail |
---|
public ObjectReferenceType()
Method Detail |
---|
public java.lang.String getOid()
String
public void setOid(java.lang.String value)
value
- allowed object is
String
public javax.xml.namespace.QName getType()
QName
public void setType(javax.xml.namespace.QName value)
value
- allowed object is
QName
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |