|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.ram.internal.jaxb.Category
public class Category
Java class for Category complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Category">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="displayPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="subCategory" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Category" maxOccurs="unbounded" minOccurs="0"/>
<element name="parentCategory" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
<element name="categorySchema" type="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}Link"/>
</sequence>
<attGroup ref="{http://jazz.net/xmlns/ecalm/ram/internal/v7.2}resourceAttrs"/>
<attribute name="identifier" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
base
|
protected Link<CategorySchema> |
categorySchema
|
protected java.lang.String |
description
|
protected java.lang.String |
displayPath
|
protected java.lang.String |
etag
|
protected boolean |
exclusive
|
protected java.lang.String |
href
|
protected java.lang.String |
identifier
|
protected java.lang.String |
lang
|
protected java.lang.String |
name
|
protected Link<Category> |
parentCategory
|
protected java.lang.String |
space
|
protected java.util.List<Category> |
subCategories
|
| Constructor Summary | |
|---|---|
Category()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBase()
Gets the value of the base property. |
Link<CategorySchema> |
getCategorySchema()
Gets the value of the categorySchema property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayPath()
Gets the value of the displayPath property. |
java.lang.String |
getEtag()
Gets the value of the etag property. |
java.lang.String |
getHref()
Gets the value of the href property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.lang.String |
getLang()
Gets the value of the lang property. |
java.lang.String |
getName()
Gets the value of the name property. |
Link<Category> |
getParentCategory()
Gets the value of the parentCategory property. |
java.lang.String |
getSpace()
Gets the value of the space property. |
java.util.List<Category> |
getSubCategories()
Gets the value of the subCategories property. |
boolean |
isExclusive()
Are the children of this category exclusive or not. |
void |
setBase(java.lang.String value)
Sets the value of the base property. |
void |
setCategorySchema(Link<CategorySchema> value)
Sets the value of the categorySchema property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayPath(java.lang.String value)
Sets the value of the displayPath property. |
void |
setEtag(java.lang.String value)
Sets the value of the etag property. |
void |
setExclusive(boolean exclusive)
|
void |
setHref(java.lang.String value)
Sets the value of the href property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property. |
void |
setLang(java.lang.String value)
Sets the value of the lang property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setParentCategory(Link<Category> value)
Sets the value of the parentCategory property. |
void |
setSpace(java.lang.String value)
Sets the value of the space property. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String description
protected java.lang.String displayPath
protected boolean exclusive
protected java.util.List<Category> subCategories
protected Link<Category> parentCategory
protected Link<CategorySchema> categorySchema
protected java.lang.String identifier
protected java.lang.String etag
protected java.lang.String href
protected java.lang.String base
protected java.lang.String lang
protected java.lang.String space
| Constructor Detail |
|---|
public Category()
| Method Detail |
|---|
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayPath()
Stringpublic void setDisplayPath(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<Category> getSubCategories()
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 subCategories property.
For example, to add a new item, do as follows:
getSubCategories().add(newItem);
Objects of the following type(s) are allowed in the list
Category
public Link<Category> getParentCategory()
Linkpublic void setParentCategory(Link<Category> value)
value - allowed object is
Linkpublic Link<CategorySchema> getCategorySchema()
Linkpublic void setCategorySchema(Link<CategorySchema> value)
value - allowed object is
Linkpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEtag()
Stringpublic void setEtag(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHref()
Stringpublic void setHref(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getBase()
Stringpublic void setBase(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSpace()
Stringpublic void setSpace(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean isExclusive()
public void setExclusive(boolean exclusive)
exclusive - The exclusive to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||