public class CONFIGURATIONType extends Object
Java class for CONFIGURATIONType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CONFIGURATIONType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="secProfId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resourceId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="attributes" type="{}attribute" maxOccurs="unbounded" minOccurs="0"/>
<element name="identities" type="{}typedString" maxOccurs="unbounded" minOccurs="0"/>
<element name="obligations" type="{}obligation" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attribute> |
attributes |
protected List<TypedString> |
identities |
protected List<Obligation> |
obligations |
protected String |
resourceId |
protected String |
secProfId |
| Constructor and Description |
|---|
CONFIGURATIONType() |
| Modifier and Type | Method and Description |
|---|---|
List<Attribute> |
getAttributes()
Gets the value of the attributes property.
|
List<TypedString> |
getIdentities()
Gets the value of the identities property.
|
List<Obligation> |
getObligations()
Gets the value of the obligations property.
|
String |
getResourceId()
Gets the value of the resourceId property.
|
String |
getSecProfId()
Gets the value of the secProfId property.
|
void |
setResourceId(String value)
Sets the value of the resourceId property.
|
void |
setSecProfId(String value)
Sets the value of the secProfId property.
|
protected String secProfId
protected String resourceId
protected List<TypedString> identities
protected List<Obligation> obligations
public String getSecProfId()
Stringpublic void setSecProfId(String value)
value - allowed object is
Stringpublic String getResourceId()
Stringpublic void setResourceId(String value)
value - allowed object is
Stringpublic List<Attribute> getAttributes()
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 attributes property.
For example, to add a new item, do as follows:
getAttributes().add(newItem);
Objects of the following type(s) are allowed in the list
Attribute
public List<TypedString> getIdentities()
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 identities property.
For example, to add a new item, do as follows:
getIdentities().add(newItem);
Objects of the following type(s) are allowed in the list
TypedString
public List<Obligation> getObligations()
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 obligations property.
For example, to add a new item, do as follows:
getObligations().add(newItem);
Objects of the following type(s) are allowed in the list
Obligation
Copyright © 2022. All rights reserved.