Class MetadataRecordingStrategyType

  • All Implemented Interfaces:
    Containerable, Serializable, Cloneable

    public class MetadataRecordingStrategyType
    extends Object
    implements Serializable, Cloneable, Containerable
    How object metadata should be recorded or updated. EXPERIMENTAL

    Java class for MetadataRecordingStrategyType complex type.

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

     <complexType name="MetadataRecordingStrategyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="skipOnModify" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form