Class JaxbHbmSynchronizeType

  • All Implemented Interfaces:
    Serializable

    public class JaxbHbmSynchronizeType
    extends Object
    implements Serializable

    Java class for synchronize-type complex type.

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

     <complexType name="synchronize-type">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="table" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • table

        protected String table
    • Constructor Detail

      • JaxbHbmSynchronizeType

        public JaxbHbmSynchronizeType()
    • Method Detail

      • getTable

        public String getTable()
        Gets the value of the table property.
        Returns:
        possible object is String
      • setTable

        public void setTable​(String value)
        Sets the value of the table property.
        Parameters:
        value - allowed object is String