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