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

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

public class OpenAMAttributeValuePair
extends Object


フィールドの概要
protected  OpenAMAttribute attribute
           
protected  List<String> value
           
 
コンストラクタの概要
OpenAMAttributeValuePair()
           
 
メソッドの概要
 OpenAMAttribute getAttribute()
          Gets the value of the attribute property.
 List<String> getValue()
          Gets the value of the value property.
 void setAttribute(OpenAMAttribute value)
          Sets the value of the attribute property.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

attribute

protected OpenAMAttribute attribute

value

protected List<String> value
コンストラクタの詳細

OpenAMAttributeValuePair

public OpenAMAttributeValuePair()
メソッドの詳細

getAttribute

public OpenAMAttribute getAttribute()
Gets the value of the attribute property.

戻り値:
possible object is OpenAMAttribute

setAttribute

public void setAttribute(OpenAMAttribute value)
Sets the value of the attribute property.

パラメータ:
value - allowed object is OpenAMAttribute

getValue

public List<String> getValue()
Gets the value of the value 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 value property.

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

 getValue().add(newItem);
 

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



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