Class MappingStatePropertyType

  • All Implemented Interfaces:
    Containerable, DebugDumpable, Serializable, Cloneable

    public class MappingStatePropertyType
    extends Object
    implements Serializable, Cloneable, Containerable
    Mapping state property. We keep only the string representation of the value.

    Java class for MappingStatePropertyType complex type.

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

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