public class OIDReferenceCollection extends Object
Java class for OIDReferenceCollection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OIDReferenceCollection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="oIDReference" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Integer> |
oidReference |
Constructor and Description |
---|
OIDReferenceCollection() |
public List<Integer> getOIDReference()
set
method for the oidReference property.
For example, to add a new item, do as follows:
getOIDReference().add(newItem);Objects of the following type(s) are allowed in the list
Integer
Copyright © 2017 WSO2. All rights reserved.