public class PersistenceUse extends Object
Java class for persistence-use complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistence-use">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="type-identifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type-version" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="type-storage" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
typeIdentifier |
protected String |
typeStorage |
protected String |
typeVersion |
| Constructor and Description |
|---|
PersistenceUse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
String |
getTypeIdentifier()
Gets the value of the typeIdentifier property.
|
String |
getTypeStorage()
Gets the value of the typeStorage property.
|
String |
getTypeVersion()
Gets the value of the typeVersion property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setTypeIdentifier(String value)
Sets the value of the typeIdentifier property.
|
void |
setTypeStorage(String value)
Sets the value of the typeStorage property.
|
void |
setTypeVersion(String value)
Sets the value of the typeVersion property.
|
protected String typeIdentifier
protected String typeVersion
protected String typeStorage
protected String id
public String getTypeIdentifier()
Stringpublic void setTypeIdentifier(String value)
value - allowed object is
Stringpublic String getTypeVersion()
Stringpublic void setTypeVersion(String value)
value - allowed object is
Stringpublic String getTypeStorage()
Stringpublic void setTypeStorage(String value)
value - allowed object is
StringCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.