java.lang.Object
com.evolveum.prism.xml.ns._public.query_3.ValueType
All Implemented Interfaces:
PlainStructured, Serializable, Cloneable

public class ValueType extends Object implements 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:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • content

      protected List<Object> content
  • Constructor Details

    • ValueType

      public ValueType()
      Creates a new ValueType instance.
    • ValueType

      public ValueType(ValueType o)
      Creates a new ValueType instance by deeply copying a given ValueType instance.
      Parameters:
      o - The instance to copy.
      Throws:
      NullPointerException - if o is null.
  • Method Details

    • getContent

      public List<Object> 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 set method 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 String Element

    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode(StructuredHashCodeStrategy strategy)
      Specified by:
      hashCode in interface PlainStructured
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object, StructuredEqualsStrategy strategy)
      Specified by:
      equals in interface PlainStructured
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • clone

      public ValueType clone()
      Creates and returns a deep copy of this object.
      Specified by:
      clone in interface PlainStructured
      Overrides:
      clone in class Object
      Returns:
      A deep copy of this object.