public class DomainEntityType extends Object
Classe Java pour DomainEntityType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DomainEntityType">
<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="file-name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileName |
protected String |
name |
protected BigInteger |
timestamp |
| Constructor and Description |
|---|
DomainEntityType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Obtient la valeur de la propriété fileName.
|
String |
getName()
Obtient la valeur de la propriété name.
|
BigInteger |
getTimestamp()
Obtient la valeur de la propriété timestamp.
|
void |
setFileName(String value)
Définit la valeur de la propriété fileName.
|
void |
setName(String value)
Définit la valeur de la propriété name.
|
void |
setTimestamp(BigInteger value)
Définit la valeur de la propriété timestamp.
|
protected String name
protected String fileName
protected BigInteger timestamp
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getFileName()
Stringpublic void setFileName(String value)
value - allowed object is
Stringpublic BigInteger getTimestamp()
BigIntegerpublic void setTimestamp(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2011-2016 OpenESB Community. All Rights Reserved.