Class ObjectReferenceType
java.lang.Object
com.evolveum.prism.xml.ns._public.types_3.ObjectReferenceType
- All Implemented Interfaces:
JaxbVisitable,Serializable
TODO update this class by adding missing features (targetName, oid, type, relation).
However, it's quite unclear if it's really necessary.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected Stringprotected ObjectReferenceType.Filterprotected Stringprotected QName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) booleanGets the value of the description property.Gets the value of the filter property.getOid()Gets the value of the oid property.getType()Gets the value of the type property.inthashCode()voidsetDescription(String value) Sets the value of the description property.voidSets the value of the filter property.voidSets the value of the oid property.voidSets the value of the type property.toString()
-
Field Details
-
COMPLEX_TYPE
-
description
-
filter
-
oid
-
type
-
-
Constructor Details
-
ObjectReferenceType
public ObjectReferenceType()
-
-
Method Details
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getFilter
Gets the value of the filter property.- Returns:
- possible object is
ObjectReferenceType.Filter
-
setFilter
Sets the value of the filter property.- Parameters:
value- allowed object isObjectReferenceType.Filter
-
getOid
Gets the value of the oid property.- Returns:
- possible object is
String
-
setOid
Sets the value of the oid property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
QName
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isQName
-
accept
- Specified by:
acceptin interfaceJaxbVisitable
-
hashCode
public int hashCode() -
equals
-
toString
-