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

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

public class OpenAMRule
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="{}ServiceName" minOccurs="0"/>
         <element ref="{}ResourceName" minOccurs="0"/>
         <element ref="{}AttributeValuePair" maxOccurs="2" minOccurs="0"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


フィールドの概要
protected  List<OpenAMAttributeValuePair> attributeValuePair
           
protected  String name
           
protected  OpenAMResourceName resourceName
           
protected  OpenAMServiceName serviceName
           
 
コンストラクタの概要
OpenAMRule()
           
 
メソッドの概要
 List<OpenAMAttributeValuePair> getAttributeValuePair()
          Gets the value of the attributeValuePair property.
 String getName()
          Gets the value of the name property.
 OpenAMResourceName getResourceName()
          Gets the value of the resourceName property.
 OpenAMServiceName getServiceName()
          Gets the value of the serviceName property.
 void setName(String value)
          Sets the value of the name property.
 void setResourceName(OpenAMResourceName value)
          Sets the value of the resourceName property.
 void setServiceName(OpenAMServiceName value)
          Sets the value of the serviceName property.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

serviceName

protected OpenAMServiceName serviceName

resourceName

protected OpenAMResourceName resourceName

attributeValuePair

protected List<OpenAMAttributeValuePair> attributeValuePair

name

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

OpenAMRule

public OpenAMRule()
メソッドの詳細

getServiceName

public OpenAMServiceName getServiceName()
Gets the value of the serviceName property.

戻り値:
possible object is OpenAMServiceName

setServiceName

public void setServiceName(OpenAMServiceName value)
Sets the value of the serviceName property.

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

getResourceName

public OpenAMResourceName getResourceName()
Gets the value of the resourceName property.

戻り値:
possible object is OpenAMResourceName

setResourceName

public void setResourceName(OpenAMResourceName value)
Sets the value of the resourceName property.

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

getAttributeValuePair

public List<OpenAMAttributeValuePair> getAttributeValuePair()
Gets the value of the attributeValuePair 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 attributeValuePair property.

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

 getAttributeValuePair().add(newItem);
 

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


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


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