Package ru.ispras.fortress.jaxb
Class JaxbVariable
- java.lang.Object
-
- ru.ispras.fortress.jaxb.JaxbVariable
-
public class JaxbVariable extends java.lang.Object
The representation ofNodeVariable
suitable for JAXB marshalling and unmarshalling. This class must be used only for JAXB operations.- See Also:
NodeVariable
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
int
size
JaxbDataType
type
java.lang.String
value
-
Constructor Summary
Constructors Constructor Description JaxbVariable()
-
-
-
Field Detail
-
name
public java.lang.String name
-
type
public JaxbDataType type
-
size
public int size
-
value
public java.lang.String value
-
-