Class ValueType
java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.ValueType
- All Implemented Interfaces:
PlainStructured,Serializable,Cloneable
Java class for ValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a deep copy of this object.booleanbooleanequals(Object object, StructuredEqualsStrategy strategy) Gets the value of the content property.inthashCode()inthashCode(StructuredHashCodeStrategy strategy) toString()Generates a String representation of the contents of this type.
-
Field Details
-
COMPLEX_TYPE
-
-
-
Constructor Details
-
ValueType
public ValueType()Creates a newValueTypeinstance. -
ValueType
Creates a newValueTypeinstance by deeply copying a givenValueTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Details
-
getContent
Gets the value of the content property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the content property.For example, to add a new item, do as follows:
getContent().add(newItem);Objects of the following type(s) are allowed in the list
StringElement -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin -
hashCode
- Specified by:
hashCodein interfacePlainStructured
-
hashCode
public int hashCode() -
equals
- Specified by:
equalsin interfacePlainStructured
-
equals
-
clone
Creates and returns a deep copy of this object.- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classObject- Returns:
- A deep copy of this object.
-