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

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

public class OpenAMSubjects
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="{}Subject" 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<OpenAMSubject> subject
           
 
コンストラクタの概要
OpenAMSubjects()
           
 
メソッドの概要
 String getDescription()
          Gets the value of the description property.
 String getName()
          Gets the value of the name property.
 List<OpenAMSubject> getSubject()
          Gets the value of the subject 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
 

フィールドの詳細

subject

protected List<OpenAMSubject> subject

name

protected String name

description

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

OpenAMSubjects

public OpenAMSubjects()
メソッドの詳細

getSubject

public List<OpenAMSubject> getSubject()
Gets the value of the subject 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 subject property.

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

 getSubject().add(newItem);
 

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


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.