public class HoldingPatterns extends Object
Java class for HoldingPatterns complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="HoldingPatterns">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="holdingPattern" type="{}HoldingPattern" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected List<HoldingPattern> | holdingPattern | 
| Constructor and Description | 
|---|
| HoldingPatterns() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HoldingPattern> | getHoldingPattern()Gets the value of the holdingPattern property. | 
protected List<HoldingPattern> holdingPattern
public List<HoldingPattern> getHoldingPattern()
 This accessor method returns a reference to the live list,
 not a snapshot. Therefore any modification you make to the
 returned list will be present inside the JAXB object.
 This is why there is not a set method for the holdingPattern property.
 
 
For example, to add a new item, do as follows:
    getHoldingPattern().add(newItem);
 
 
 
 
 Objects of the following type(s) are allowed in the list
 HoldingPattern
Copyright © 2017. All rights reserved.