Class JaxbDatabaseObjectScopeImpl
java.lang.Object
org.hibernate.boot.jaxb.mapping.spi.JaxbDatabaseObjectScopeImpl
- All Implemented Interfaces:
Serializable
<p>Java class for database-object-scope complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType name="database-object-scope">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="minimumVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="maximumVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
}</pre>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the content property.Gets the value of the maximumVersion property.Gets the value of the minimumVersion property.getName()Gets the value of the name property.voidsetContent(String value) Sets the value of the content property.voidsetMaximumVersion(String value) Sets the value of the maximumVersion property.voidsetMinimumVersion(String value) Sets the value of the minimumVersion property.voidSets the value of the name property.
-
Field Details
-
-
name
-
minimumVersion
-
maximumVersion
-
-
Constructor Details
-
JaxbDatabaseObjectScopeImpl
public JaxbDatabaseObjectScopeImpl()
-
-
Method Details
-
getContent
-
setContent
-
getName
-
setName
-
getMinimumVersion
-
setMinimumVersion
-
getMaximumVersion
-
setMaximumVersion
-