public class ResourceObjectIdentificationType extends Object implements Serializable, Cloneable, com.evolveum.midpoint.prism.Containerable
Java class for ResourceObjectIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectIdentificationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any processContents='lax' namespace='##other' maxOccurs="unbounded"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
Constructor and Description |
---|
ResourceObjectIdentificationType() |
ResourceObjectIdentificationType(com.evolveum.midpoint.prism.PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
com.evolveum.midpoint.prism.PrismContainerValue |
asPrismContainerValue() |
ResourceObjectIdentificationType |
clone() |
boolean |
equals(Object object) |
List<Element> |
getAny() |
Long |
getId() |
int |
hashCode() |
void |
setId(Long value) |
void |
setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue) |
String |
toString() |
public static final QName COMPLEX_TYPE
public ResourceObjectIdentificationType()
public ResourceObjectIdentificationType(com.evolveum.midpoint.prism.PrismContext prismContext)
public com.evolveum.midpoint.prism.PrismContainerValue asPrismContainerValue()
asPrismContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public void setupContainerValue(com.evolveum.midpoint.prism.PrismContainerValue containerValue)
setupContainerValue
in interface com.evolveum.midpoint.prism.Containerable
public Long getId()
public void setId(Long value)
public ResourceObjectIdentificationType clone()
Copyright © 2014 Evolveum. All rights reserved.