public class CategoryType extends Object
Java class for CategoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastmod" type="{http://www.bedework.org/schemas/category-1.0}UTCDateTimeType"/>
<element name="created" type="{http://www.bedework.org/schemas/category-1.0}UTCDateTimeType"/>
<element name="deprecated" type="{http://www.bedework.org/schemas/category-1.0}EmptyElementType" minOccurs="0"/>
<element name="namespace" type="{http://www.bedework.org/schemas/category-1.0}EmptyElementType" minOccurs="0"/>
<element name="display-names" type="{http://www.bedework.org/schemas/category-1.0}ArrayOfDisplayNames" minOccurs="0"/>
<element name="descriptions" type="{http://www.bedework.org/schemas/category-1.0}ArrayOfDescriptions" minOccurs="0"/>
<element name="references" type="{http://www.bedework.org/schemas/category-1.0}ArrayOfReferences" minOccurs="0"/>
<choice>
<element name="aliased-to" type="{http://www.bedework.org/schemas/category-1.0}UriType"/>
<element name="categories" type="{http://www.bedework.org/schemas/category-1.0}ArrayOfCategories" minOccurs="0"/>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasedTo |
protected ArrayOfCategories |
categories |
protected XMLGregorianCalendar |
created |
protected EmptyElementType |
deprecated |
protected ArrayOfDescriptions |
descriptions |
protected ArrayOfDisplayNames |
displayNames |
protected XMLGregorianCalendar |
lastmod |
protected String |
name |
protected EmptyElementType |
namespace |
protected String |
path |
protected ArrayOfReferences |
references |
| Constructor and Description |
|---|
CategoryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasedTo()
Gets the value of the aliasedTo property.
|
ArrayOfCategories |
getCategories()
Gets the value of the categories property.
|
XMLGregorianCalendar |
getCreated()
Gets the value of the created property.
|
EmptyElementType |
getDeprecated()
Gets the value of the deprecated property.
|
ArrayOfDescriptions |
getDescriptions()
Gets the value of the descriptions property.
|
ArrayOfDisplayNames |
getDisplayNames()
Gets the value of the displayNames property.
|
XMLGregorianCalendar |
getLastmod()
Gets the value of the lastmod property.
|
String |
getName()
Gets the value of the name property.
|
EmptyElementType |
getNamespace()
Gets the value of the namespace property.
|
String |
getPath()
Gets the value of the path property.
|
ArrayOfReferences |
getReferences()
Gets the value of the references property.
|
void |
setAliasedTo(String value)
Sets the value of the aliasedTo property.
|
void |
setCategories(ArrayOfCategories value)
Sets the value of the categories property.
|
void |
setCreated(XMLGregorianCalendar value)
Sets the value of the created property.
|
void |
setDeprecated(EmptyElementType value)
Sets the value of the deprecated property.
|
void |
setDescriptions(ArrayOfDescriptions value)
Sets the value of the descriptions property.
|
void |
setDisplayNames(ArrayOfDisplayNames value)
Sets the value of the displayNames property.
|
void |
setLastmod(XMLGregorianCalendar value)
Sets the value of the lastmod property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(EmptyElementType value)
Sets the value of the namespace property.
|
void |
setPath(String value)
Sets the value of the path property.
|
void |
setReferences(ArrayOfReferences value)
Sets the value of the references property.
|
protected String name
protected String path
protected XMLGregorianCalendar lastmod
protected XMLGregorianCalendar created
protected EmptyElementType deprecated
protected EmptyElementType namespace
protected ArrayOfDisplayNames displayNames
protected ArrayOfDescriptions descriptions
protected ArrayOfReferences references
protected String aliasedTo
protected ArrayOfCategories categories
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getLastmod()
XMLGregorianCalendarpublic void setLastmod(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getCreated()
XMLGregorianCalendarpublic void setCreated(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic EmptyElementType getDeprecated()
EmptyElementTypepublic void setDeprecated(EmptyElementType value)
value - allowed object is
EmptyElementTypepublic EmptyElementType getNamespace()
EmptyElementTypepublic void setNamespace(EmptyElementType value)
value - allowed object is
EmptyElementTypepublic ArrayOfDisplayNames getDisplayNames()
ArrayOfDisplayNamespublic void setDisplayNames(ArrayOfDisplayNames value)
value - allowed object is
ArrayOfDisplayNamespublic ArrayOfDescriptions getDescriptions()
ArrayOfDescriptionspublic void setDescriptions(ArrayOfDescriptions value)
value - allowed object is
ArrayOfDescriptionspublic ArrayOfReferences getReferences()
ArrayOfReferencespublic void setReferences(ArrayOfReferences value)
value - allowed object is
ArrayOfReferencespublic String getAliasedTo()
Stringpublic void setAliasedTo(String value)
value - allowed object is
Stringpublic ArrayOfCategories getCategories()
ArrayOfCategoriespublic void setCategories(ArrayOfCategories value)
value - allowed object is
ArrayOfCategoriesCopyright © 2015 Bedework. All rights reserved.