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
クラス 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.