Class SigningType
- java.lang.Object
-
- network.oxalis.commons.certvalidator.jaxb.SigningType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected SigningEnumtype
-
Constructor Summary
Constructors Constructor Description SigningType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SigningEnumgetType()Gets the value of the type property.voidsetType(SigningEnum value)Sets the value of the type property.
-
-
-
Field Detail
-
type
protected SigningEnum type
-
-
Method Detail
-
getType
public SigningEnum getType()
Gets the value of the type property.- Returns:
- possible object is
SigningEnum
-
setType
public void setType(SigningEnum value)
Sets the value of the type property.- Parameters:
value- allowed object isSigningEnum
-
-