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

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

public class OpenAMPolicy
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="{}Rule" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}Subjects" minOccurs="0"/>
         <element ref="{}Conditions" minOccurs="0"/>
         <element ref="{}Referrals" 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" />
       <attribute name="createdby" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lastmodifiedby" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="creationdate" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="lastmodifieddate" type="{http://www.w3.org/2001/XMLSchema}long" />
       <attribute name="referralPolicy" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="active" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 


フィールドの概要
protected  Boolean active
           
protected  OpenAMConditions conditions
           
protected  String createdby
           
protected  Long creationdate
           
protected  String description
           
protected  String lastmodifiedby
           
protected  Long lastmodifieddate
           
protected  String name
           
protected  Boolean referralPolicy
           
protected  OpenAMReferrals referrals
           
protected  List<OpenAMRule> rule
           
protected  OpenAMSubjects subjects
           
 
コンストラクタの概要
OpenAMPolicy()
           
 
メソッドの概要
 OpenAMConditions getConditions()
          Gets the value of the conditions property.
 String getCreatedby()
          Gets the value of the createdby property.
 Long getCreationdate()
          Gets the value of the creationdate property.
 String getDescription()
          Gets the value of the description property.
 String getLastmodifiedby()
          Gets the value of the lastmodifiedby property.
 Long getLastmodifieddate()
          Gets the value of the lastmodifieddate property.
 String getName()
          Gets the value of the name property.
 OpenAMReferrals getReferrals()
          Gets the value of the referrals property.
 List<OpenAMRule> getRule()
          Gets the value of the rule property.
 OpenAMSubjects getSubjects()
          Gets the value of the subjects property.
 Boolean isActive()
          Gets the value of the active property.
 Boolean isReferralPolicy()
          Gets the value of the referralPolicy property.
 void setActive(Boolean value)
          Sets the value of the active property.
 void setConditions(OpenAMConditions value)
          Sets the value of the conditions property.
 void setCreatedby(String value)
          Sets the value of the createdby property.
 void setCreationdate(Long value)
          Sets the value of the creationdate property.
 void setDescription(String value)
          Sets the value of the description property.
 void setLastmodifiedby(String value)
          Sets the value of the lastmodifiedby property.
 void setLastmodifieddate(Long value)
          Sets the value of the lastmodifieddate property.
 void setName(String value)
          Sets the value of the name property.
 void setReferralPolicy(Boolean value)
          Sets the value of the referralPolicy property.
 void setReferrals(OpenAMReferrals value)
          Sets the value of the referrals property.
 void setSubjects(OpenAMSubjects value)
          Sets the value of the subjects property.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

rule

protected List<OpenAMRule> rule

subjects

protected OpenAMSubjects subjects

conditions

protected OpenAMConditions conditions

referrals

protected OpenAMReferrals referrals

name

protected String name

description

protected String description

createdby

protected String createdby

lastmodifiedby

protected String lastmodifiedby

creationdate

protected Long creationdate

lastmodifieddate

protected Long lastmodifieddate

referralPolicy

protected Boolean referralPolicy

active

protected Boolean active
コンストラクタの詳細

OpenAMPolicy

public OpenAMPolicy()
メソッドの詳細

getRule

public List<OpenAMRule> getRule()
Gets the value of the rule 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 rule property.

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

 getRule().add(newItem);
 

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


getSubjects

public OpenAMSubjects getSubjects()
Gets the value of the subjects property.

戻り値:
possible object is OpenAMSubjects

setSubjects

public void setSubjects(OpenAMSubjects value)
Sets the value of the subjects property.

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

getConditions

public OpenAMConditions getConditions()
Gets the value of the conditions property.

戻り値:
possible object is OpenAMConditions

setConditions

public void setConditions(OpenAMConditions value)
Sets the value of the conditions property.

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

getReferrals

public OpenAMReferrals getReferrals()
Gets the value of the referrals property.

戻り値:
possible object is OpenAMReferrals

setReferrals

public void setReferrals(OpenAMReferrals value)
Sets the value of the referrals property.

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

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

getCreatedby

public String getCreatedby()
Gets the value of the createdby property.

戻り値:
possible object is String

setCreatedby

public void setCreatedby(String value)
Sets the value of the createdby property.

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

getLastmodifiedby

public String getLastmodifiedby()
Gets the value of the lastmodifiedby property.

戻り値:
possible object is String

setLastmodifiedby

public void setLastmodifiedby(String value)
Sets the value of the lastmodifiedby property.

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

getCreationdate

public Long getCreationdate()
Gets the value of the creationdate property.

戻り値:
possible object is Long

setCreationdate

public void setCreationdate(Long value)
Sets the value of the creationdate property.

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

getLastmodifieddate

public Long getLastmodifieddate()
Gets the value of the lastmodifieddate property.

戻り値:
possible object is Long

setLastmodifieddate

public void setLastmodifieddate(Long value)
Sets the value of the lastmodifieddate property.

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

isReferralPolicy

public Boolean isReferralPolicy()
Gets the value of the referralPolicy property.

戻り値:
possible object is Boolean

setReferralPolicy

public void setReferralPolicy(Boolean value)
Sets the value of the referralPolicy property.

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

isActive

public Boolean isActive()
Gets the value of the active property.

戻り値:
possible object is Boolean

setActive

public void setActive(Boolean value)
Sets the value of the active property.

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


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