public class ObjectReferenceType extends Object implements Serializable
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>
Modifier and Type | Class and Description |
---|---|
static class |
ObjectReferenceType.Filter
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected ObjectReferenceType.Filter |
filter |
protected String |
oid |
protected QName |
type |
Constructor and Description |
---|
ObjectReferenceType() |
Modifier and Type | Method and Description |
---|---|
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() |
protected String description
protected ObjectReferenceType.Filter filter
protected String oid
protected QName type
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 void setOid(String value)
value
- allowed object is
String
public QName getType()
QName
public void setType(QName value)
value
- allowed object is
QName
Copyright © 2013 evolveum. All rights reserved.