|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.co.ogis_ri.citk.policytool.common.api.impl.model.OpenAMConditions
public class OpenAMConditions
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="{}Condition" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| フィールドの概要 | |
|---|---|
protected List<OpenAMCondition> |
condition
|
protected String |
description
|
protected String |
name
|
| コンストラクタの概要 | |
|---|---|
OpenAMConditions()
|
|
| メソッドの概要 | |
|---|---|
List<OpenAMCondition> |
getCondition()
Gets the value of the condition property. |
String |
getDescription()
Gets the value of the description property. |
String |
getName()
Gets the value of the name property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setName(String value)
Sets the value of the name property. |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
protected List<OpenAMCondition> condition
protected String name
protected String description
| コンストラクタの詳細 |
|---|
public OpenAMConditions()
| メソッドの詳細 |
|---|
public List<OpenAMCondition> getCondition()
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 condition property.
For example, to add a new item, do as follows:
getCondition().add(newItem);
Objects of the following type(s) are allowed in the list
OpenAMCondition
public String getName()
Stringpublic void setName(String value)
value - allowed object is Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is String
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||