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>
| Modifier and Type | Field and Description |
|---|---|
protected JunctionEnum |
type |
blacklistOrCachedOrChain| Constructor and Description |
|---|
JunctionType() |
| Modifier and Type | Method and Description |
|---|---|
JunctionEnum |
getType()
Gets the value of the type property.
|
void |
setType(JunctionEnum value)
Sets the value of the type property.
|
getBlacklistOrCachedOrChainprotected JunctionEnum type
public JunctionEnum getType()
JunctionEnumpublic void setType(JunctionEnum value)
value - allowed object is
JunctionEnumCopyright © 2023 NorStella. All rights reserved.