Class ColumntypeType
java.lang.Object
de.hybris.bootstrap.typesystem.jaxb.ColumntypeType
Configures a persistence definition for a specific database.
Java class for columntypeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="columntypeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="database" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the database property.getValue()Gets the value of the value property.voidsetDatabase(String value) Sets the value of the database property.voidSets the value of the value property.
-
Field Details
-
value
-
database
-
-
Constructor Details
-
ColumntypeType
public ColumntypeType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getDatabase
Gets the value of the database property.- Returns:
- possible object is
String
-
setDatabase
Sets the value of the database property.- Parameters:
value- allowed object isString
-