public class Transactiontag
extends java.lang.Object
Java class for transactiontag complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transactiontag"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="type" use="required" type="{http://www.highqsoft.de/schema}transactiontype" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Transactiontype |
type |
Constructor and Description |
---|
Transactiontag() |
Modifier and Type | Method and Description |
---|---|
Transactiontype |
getType()
Gets the value of the type property.
|
void |
setType(Transactiontype value)
Sets the value of the type property.
|
protected Transactiontype type
public Transactiontype getType()
Transactiontype
public void setType(Transactiontype value)
value
- allowed object is
Transactiontype