jp.co.ogis_ri.citk.policytool.common.api.impl.model
クラス OpenAMPolicies

java.lang.Object
  上位を拡張 jp.co.ogis_ri.citk.policytool.common.api.impl.model.OpenAMPolicies

public class OpenAMPolicies
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}Policy" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


フィールドの概要
protected  List<OpenAMPolicy> policy
           
 
コンストラクタの概要
OpenAMPolicies()
           
 
メソッドの概要
 List<OpenAMPolicy> getPolicy()
          Gets the value of the policy property.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

policy

protected List<OpenAMPolicy> policy
コンストラクタの詳細

OpenAMPolicies

public OpenAMPolicies()
メソッドの詳細

getPolicy

public List<OpenAMPolicy> getPolicy()
Gets the value of the policy property.

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 policy property.

For example, to add a new item, do as follows:

 getPolicy().add(newItem);
 

Objects of the following type(s) are allowed in the list OpenAMPolicy



Copyright © 2011-2012 OGIS-RI Co.,Ltd.. All Rights Reserved.