public class Extension extends Object
Java class for Extension complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Extension"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="oIDReference" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="critical" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="value" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected boolean |
critical |
protected int |
oidReference |
protected byte[] |
value |
Constructor and Description |
---|
Extension() |
Modifier and Type | Method and Description |
---|---|
int |
getOIDReference()
Gets the value of the oidReference property.
|
byte[] |
getValue()
Gets the value of the value property.
|
boolean |
isCritical()
Gets the value of the critical property.
|
void |
setCritical(boolean value)
Sets the value of the critical property.
|
void |
setOIDReference(int value)
Sets the value of the oidReference property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected int oidReference
protected boolean critical
protected byte[] value
public int getOIDReference()
public void setOIDReference(int value)
public boolean isCritical()
public void setCritical(boolean value)
public byte[] getValue()
public void setValue(byte[] value)
value
- allowed object is
byte[]Copyright © 2017 WSO2. All rights reserved.