Class Objects

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

    public class Objects
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Object list, to be used in import files and examples.

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}object" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}long" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • object

        protected List<javax.xml.bind.JAXBElement<? extends ObjectType>> object
      • id

        protected Long id
      • F_OBJECT

        public static final ItemName F_OBJECT
    • Constructor Detail

      • Objects

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

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