public class OID extends Object
Java class for OID complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OID">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="oIDReferenceID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="defaultName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
any |
protected String |
defaultName |
protected long |
group |
protected int |
oidReferenceID |
protected String |
value |
| Constructor and Description |
|---|
OID() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getAny()
Gets the value of the any property.
|
String |
getDefaultName()
Gets the value of the defaultName property.
|
long |
getGroup()
Gets the value of the group property.
|
int |
getOIDReferenceID()
Gets the value of the oidReferenceID property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setDefaultName(String value)
Sets the value of the defaultName property.
|
void |
setGroup(long value)
Sets the value of the group property.
|
void |
setOIDReferenceID(int value)
Sets the value of the oidReferenceID property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected long group
protected int oidReferenceID
protected String defaultName
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic long getGroup()
public void setGroup(long value)
public int getOIDReferenceID()
public void setOIDReferenceID(int value)
public String getDefaultName()
Stringpublic void setDefaultName(String value)
value - allowed object is
Stringpublic List<Object> getAny()
set method for the any property.
For example, to add a new item, do as follows:
getAny().add(newItem);
Objects of the following type(s) are allowed in the list
Object
ElementCopyright © 2017 WSO2. All rights reserved.