com.evolveum.midpoint.xml.ns._public.common.api_types_2
Class ResourceObjectType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.common.api_types_2.ResourceObjectType
- All Implemented Interfaces:
- Containerable, Serializable, Cloneable
public class ResourceObjectType
- extends Object
- implements Serializable, Cloneable, Containerable
Java class for ResourceObjectType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResourceObjectType">
<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}string" />
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
ResourceObjectType
public ResourceObjectType()
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interface Containerable
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
- Description copied from interface:
Containerable
- Setup value to the containerable representation. This is used to after (empty) containerable is created to
initialize it with a correct prism container value.
Note: This method DOES NOT change the container value parent.
- Specified by:
setupContainerValue
in interface Containerable
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getAny
public List<Element> getAny()
getId
public String getId()
setId
public void setId(String value)
clone
public ResourceObjectType clone()
- Overrides:
clone
in class Object
Copyright © 2013 evolveum. All Rights Reserved.