|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.co.ogis_ri.citk.policytool.common.api.impl.model.OpenAMPolicy
public class OpenAMPolicy
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 |
フィールドの詳細 |
---|
protected List<OpenAMRule> rule
protected OpenAMSubjects subjects
protected OpenAMConditions conditions
protected OpenAMReferrals referrals
protected String name
protected String description
protected String createdby
protected String lastmodifiedby
protected Long creationdate
protected Long lastmodifieddate
protected Boolean referralPolicy
protected Boolean active
コンストラクタの詳細 |
---|
public OpenAMPolicy()
メソッドの詳細 |
---|
public List<OpenAMRule> getRule()
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
public OpenAMSubjects getSubjects()
OpenAMSubjects
public void setSubjects(OpenAMSubjects value)
value
- allowed object is OpenAMSubjects
public OpenAMConditions getConditions()
OpenAMConditions
public void setConditions(OpenAMConditions value)
value
- allowed object is OpenAMConditions
public OpenAMReferrals getReferrals()
OpenAMReferrals
public void setReferrals(OpenAMReferrals value)
value
- allowed object is OpenAMReferrals
public String getName()
String
public void setName(String value)
value
- allowed object is String
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is String
public String getCreatedby()
String
public void setCreatedby(String value)
value
- allowed object is String
public String getLastmodifiedby()
String
public void setLastmodifiedby(String value)
value
- allowed object is String
public Long getCreationdate()
Long
public void setCreationdate(Long value)
value
- allowed object is Long
public Long getLastmodifieddate()
Long
public void setLastmodifieddate(Long value)
value
- allowed object is Long
public Boolean isReferralPolicy()
Boolean
public void setReferralPolicy(Boolean value)
value
- allowed object is Boolean
public Boolean isActive()
Boolean
public void setActive(Boolean value)
value
- allowed object is Boolean
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |