public class SigningType extends Object
Java class for SigningType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SigningType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://oxalis.network/xsd/certvalidator/1.0}SigningEnum" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SigningEnum |
type |
| Constructor and Description |
|---|
SigningType() |
| Modifier and Type | Method and Description |
|---|---|
SigningEnum |
getType()
Gets the value of the type property.
|
void |
setType(SigningEnum value)
Sets the value of the type property.
|
protected SigningEnum type
public SigningEnum getType()
SigningEnumpublic void setType(SigningEnum value)
value - allowed object is
SigningEnumCopyright © 2022 NorStella. All rights reserved.