@Entity public class RAnyReference extends Object implements RAnyValue
ANY_CONTAINER, F_NAME, F_TYPE, F_VALUE
Constructor and Description |
---|
RAnyReference() |
Modifier and Type | Method and Description |
---|---|
static RAnyReference |
createReference(PrismReferenceValue jaxb) |
static PrismReferenceValue |
createReference(RAnyReference repo) |
boolean |
equals(Object o) |
RAnyContainer |
getAnyContainer() |
String |
getDescription() |
String |
getFilter() |
QName |
getName() |
Long |
getOwnerId() |
String |
getOwnerOid() |
RContainerType |
getOwnerType() |
QName |
getRelation() |
RContainerType |
getTargetType() |
QName |
getType() |
String |
getValue() |
RValueType |
getValueType() |
int |
hashCode() |
boolean |
isDynamic() |
void |
setAnyContainer(RAnyContainer anyContainer) |
void |
setDescription(String description) |
void |
setDynamic(boolean dynamic) |
void |
setFilter(String filter) |
void |
setName(QName name) |
void |
setOwnerId(Long ownerId) |
void |
setOwnerOid(String ownerOid) |
void |
setOwnerType(RContainerType ownerType) |
void |
setRelation(QName relation) |
void |
setTargetType(RContainerType targetType) |
void |
setType(QName type) |
void |
setValue(String value) |
void |
setValueType(RValueType valueType) |
public RAnyContainer getAnyContainer()
public String getOwnerOid()
public Long getOwnerId()
public RContainerType getOwnerType()
public RValueType getValueType()
getValueType
in interface RAnyValue
public boolean isDynamic()
public String getDescription()
public String getFilter()
public RContainerType getTargetType()
public QName getRelation()
public void setValue(String value)
public void setValueType(RValueType valueType)
setValueType
in interface RAnyValue
public void setDynamic(boolean dynamic)
setDynamic
in interface RAnyValue
public void setAnyContainer(RAnyContainer anyContainer)
setAnyContainer
in interface RAnyValue
public void setOwnerOid(String ownerOid)
public void setOwnerId(Long ownerId)
public void setOwnerType(RContainerType ownerType)
public void setDescription(String description)
public void setFilter(String filter)
public void setTargetType(RContainerType targetType)
public void setRelation(QName relation)
public static PrismReferenceValue createReference(RAnyReference repo)
public static RAnyReference createReference(PrismReferenceValue jaxb)
Copyright © 2013 evolveum. All rights reserved.