Class MappingTimeDeclarationType

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

    public class MappingTimeDeclarationType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Specification of time-based mapping constraints.

    Java class for MappingTimeDeclarationType complex type.

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

     <complexType name="MappingTimeDeclarationType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/>
             <element name="referenceTime" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}VariableBindingDefinitionType" minOccurs="0"/>
             <element name="offset" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
             <element name="expression" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MappingTimeDeclarationType

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

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