public class ResourceTypeItem
extends java.lang.Object
Java class for resourceTypeItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="resourceTypeItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="inherits-from-type" type="{}inheritsFromTypeData" maxOccurs="unbounded" minOccurs="0"/>
<element name="valid-virtual-parent" type="{}validVirtualParentData" maxOccurs="unbounded" minOccurs="0"/>
<element name="allowed-owner-action" type="{}allowedOwnerActionData" maxOccurs="unbounded" minOccurs="0"/>
<element name="allowed-private-owner-action" type="{}allowedPrivateOwnerActionData" maxOccurs="unbounded" minOccurs="0"/>
<element name="applicable-actionset" type="{}applicableActionSetData" maxOccurs="unbounded" minOccurs="0"/>
<element name="localedata" type="{}localeData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{}defaultResourceAttr"/>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="default-parent" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="supports-traversal" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="aggregation-mode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uniqueid" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AllActions |
action |
protected java.lang.String |
aggregationMode |
protected java.util.List<AllowedOwnerActionData> |
allowedOwnerAction |
protected java.util.List<AllowedPrivateOwnerActionData> |
allowedPrivateOwnerAction |
protected java.util.List<ApplicableActionSetData> |
applicableActionset |
protected java.lang.String |
defaultParent |
protected java.lang.String |
domain |
protected java.util.List<InheritsFromTypeData> |
inheritsFromType |
protected java.util.List<LocaleData> |
localedata |
protected java.lang.String |
name |
protected java.lang.String |
objectid |
protected java.lang.Boolean |
supportsTraversal |
protected java.lang.String |
uniqueid |
protected java.lang.String |
uniquename |
protected java.util.List<ValidVirtualParentData> |
validVirtualParent |
| Constructor and Description |
|---|
ResourceTypeItem() |
| Modifier and Type | Method and Description |
|---|---|
AllActions |
getAction()
Gets the value of the action property.
|
java.lang.String |
getAggregationMode()
Gets the value of the aggregationMode property.
|
java.util.List<AllowedOwnerActionData> |
getAllowedOwnerAction()
Gets the value of the allowedOwnerAction property.
|
java.util.List<AllowedPrivateOwnerActionData> |
getAllowedPrivateOwnerAction()
Gets the value of the allowedPrivateOwnerAction property.
|
java.util.List<ApplicableActionSetData> |
getApplicableActionset()
Gets the value of the applicableActionset property.
|
java.lang.String |
getDefaultParent()
Gets the value of the defaultParent property.
|
java.lang.String |
getDomain()
Gets the value of the domain property.
|
java.util.List<InheritsFromTypeData> |
getInheritsFromType()
Gets the value of the inheritsFromType property.
|
java.util.List<LocaleData> |
getLocaledata()
Gets the value of the localedata property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getObjectid()
Gets the value of the objectid property.
|
java.lang.String |
getUniqueid()
Gets the value of the uniqueid property.
|
java.lang.String |
getUniquename()
Gets the value of the uniquename property.
|
java.util.List<ValidVirtualParentData> |
getValidVirtualParent()
Gets the value of the validVirtualParent property.
|
java.lang.Boolean |
isSupportsTraversal()
Gets the value of the supportsTraversal property.
|
void |
setAction(AllActions value)
Sets the value of the action property.
|
void |
setAggregationMode(java.lang.String value)
Sets the value of the aggregationMode property.
|
void |
setDefaultParent(java.lang.String value)
Sets the value of the defaultParent property.
|
void |
setDomain(java.lang.String value)
Sets the value of the domain property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setObjectid(java.lang.String value)
Sets the value of the objectid property.
|
void |
setSupportsTraversal(java.lang.Boolean value)
Sets the value of the supportsTraversal property.
|
void |
setUniqueid(java.lang.String value)
Sets the value of the uniqueid property.
|
void |
setUniquename(java.lang.String value)
Sets the value of the uniquename property.
|
protected java.util.List<InheritsFromTypeData> inheritsFromType
protected java.util.List<ValidVirtualParentData> validVirtualParent
protected java.util.List<AllowedOwnerActionData> allowedOwnerAction
protected java.util.List<AllowedPrivateOwnerActionData> allowedPrivateOwnerAction
protected java.util.List<ApplicableActionSetData> applicableActionset
protected java.util.List<LocaleData> localedata
protected java.lang.String name
protected java.lang.String defaultParent
protected java.lang.Boolean supportsTraversal
protected java.lang.String aggregationMode
protected java.lang.String uniqueid
protected AllActions action
protected java.lang.String objectid
protected java.lang.String uniquename
protected java.lang.String domain
public java.util.List<InheritsFromTypeData> getInheritsFromType()
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 inheritsFromType property.
For example, to add a new item, do as follows:
getInheritsFromType().add(newItem);
Objects of the following type(s) are allowed in the list
InheritsFromTypeData
public java.util.List<ValidVirtualParentData> getValidVirtualParent()
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 validVirtualParent property.
For example, to add a new item, do as follows:
getValidVirtualParent().add(newItem);
Objects of the following type(s) are allowed in the list
ValidVirtualParentData
public java.util.List<AllowedOwnerActionData> getAllowedOwnerAction()
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 allowedOwnerAction property.
For example, to add a new item, do as follows:
getAllowedOwnerAction().add(newItem);
Objects of the following type(s) are allowed in the list
AllowedOwnerActionData
public java.util.List<AllowedPrivateOwnerActionData> getAllowedPrivateOwnerAction()
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 allowedPrivateOwnerAction property.
For example, to add a new item, do as follows:
getAllowedPrivateOwnerAction().add(newItem);
Objects of the following type(s) are allowed in the list
AllowedPrivateOwnerActionData
public java.util.List<ApplicableActionSetData> getApplicableActionset()
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 applicableActionset property.
For example, to add a new item, do as follows:
getApplicableActionset().add(newItem);
Objects of the following type(s) are allowed in the list
ApplicableActionSetData
public java.util.List<LocaleData> getLocaledata()
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 localedata property.
For example, to add a new item, do as follows:
getLocaledata().add(newItem);
Objects of the following type(s) are allowed in the list
LocaleData
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDefaultParent()
Stringpublic void setDefaultParent(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isSupportsTraversal()
Booleanpublic void setSupportsTraversal(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getAggregationMode()
Stringpublic void setAggregationMode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniqueid()
Stringpublic void setUniqueid(java.lang.String value)
value - allowed object is
Stringpublic AllActions getAction()
AllActionspublic void setAction(AllActions value)
value - allowed object is
AllActionspublic java.lang.String getObjectid()
Stringpublic void setObjectid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUniquename()
Stringpublic void setUniquename(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDomain()
Stringpublic void setDomain(java.lang.String value)
value - allowed object is
String