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

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

public class OpenAMReferrals
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="{}Referral" 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  String description
           
protected  String name
           
protected  List<OpenAMReferral> referral
           
 
コンストラクタの概要
OpenAMReferrals()
           
 
メソッドの概要
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 List<OpenAMReferral> getReferral()
          Gets the value of the referral 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
 

フィールドの詳細

referral

protected List<OpenAMReferral> referral

name

protected String name

description

protected String description
コンストラクタの詳細

OpenAMReferrals

public OpenAMReferrals()
メソッドの詳細

getReferral

public List<OpenAMReferral> getReferral()
Gets the value of the referral 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 referral property.

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

 getReferral().add(newItem);
 

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


getName

public String getName()
Gets the value of the name property.

戻り値:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

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

getDescription

public String getDescription()
Gets the value of the description property.

戻り値:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

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


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