Class JunctionType
- java.lang.Object
-
- network.oxalis.commons.certvalidator.jaxb.ExtensibleType
-
- network.oxalis.commons.certvalidator.jaxb.JunctionType
-
public class JunctionType extends ExtensibleType
Java class for JunctionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JunctionType"> <complexContent> <extension base="{http://oxalis.network/xsd/certvalidator/1.0}ExtensibleType"> <attribute name="type" use="required" type="{http://oxalis.network/xsd/certvalidator/1.0}JunctionEnum" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected JunctionEnumtype-
Fields inherited from class network.oxalis.commons.certvalidator.jaxb.ExtensibleType
blacklistOrCachedOrChain
-
-
Constructor Summary
Constructors Constructor Description JunctionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JunctionEnumgetType()Gets the value of the type property.voidsetType(JunctionEnum value)Sets the value of the type property.-
Methods inherited from class network.oxalis.commons.certvalidator.jaxb.ExtensibleType
getBlacklistOrCachedOrChain
-
-
-
-
Field Detail
-
type
protected JunctionEnum type
-
-
Method Detail
-
getType
public JunctionEnum getType()
Gets the value of the type property.- Returns:
- possible object is
JunctionEnum
-
setType
public void setType(JunctionEnum value)
Sets the value of the type property.- Parameters:
value- allowed object isJunctionEnum
-
-