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>
| Constructor and Description |
|---|
JaxbHbmSynchronizeType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTable()
Gets the value of the table property.
|
void |
setTable(String value)
Sets the value of the table property.
|
protected String table
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.