Package org.bedework.schemas.category_1
Class CategoryType
- java.lang.Object
-
- org.bedework.schemas.category_1.CategoryType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringaliasedToprotected ArrayOfCategoriescategoriesprotected XMLGregorianCalendarcreatedprotected EmptyElementTypedeprecatedprotected ArrayOfDescriptionsdescriptionsprotected ArrayOfDisplayNamesdisplayNamesprotected XMLGregorianCalendarlastmodprotected Stringnameprotected EmptyElementTypenamespaceprotected Stringpathprotected ArrayOfReferencesreferences
-
Constructor Summary
Constructors Constructor Description CategoryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAliasedTo()Gets the value of the aliasedTo property.ArrayOfCategoriesgetCategories()Gets the value of the categories property.XMLGregorianCalendargetCreated()Gets the value of the created property.EmptyElementTypegetDeprecated()Gets the value of the deprecated property.ArrayOfDescriptionsgetDescriptions()Gets the value of the descriptions property.ArrayOfDisplayNamesgetDisplayNames()Gets the value of the displayNames property.XMLGregorianCalendargetLastmod()Gets the value of the lastmod property.StringgetName()Gets the value of the name property.EmptyElementTypegetNamespace()Gets the value of the namespace property.StringgetPath()Gets the value of the path property.ArrayOfReferencesgetReferences()Gets the value of the references property.voidsetAliasedTo(String value)Sets the value of the aliasedTo property.voidsetCategories(ArrayOfCategories value)Sets the value of the categories property.voidsetCreated(XMLGregorianCalendar value)Sets the value of the created property.voidsetDeprecated(EmptyElementType value)Sets the value of the deprecated property.voidsetDescriptions(ArrayOfDescriptions value)Sets the value of the descriptions property.voidsetDisplayNames(ArrayOfDisplayNames value)Sets the value of the displayNames property.voidsetLastmod(XMLGregorianCalendar value)Sets the value of the lastmod property.voidsetName(String value)Sets the value of the name property.voidsetNamespace(EmptyElementType value)Sets the value of the namespace property.voidsetPath(String value)Sets the value of the path property.voidsetReferences(ArrayOfReferences value)Sets the value of the references property.
-
-
-
Field Detail
-
name
protected String name
-
path
protected String path
-
lastmod
protected XMLGregorianCalendar lastmod
-
created
protected XMLGregorianCalendar created
-
deprecated
protected EmptyElementType deprecated
-
namespace
protected EmptyElementType namespace
-
displayNames
protected ArrayOfDisplayNames displayNames
-
descriptions
protected ArrayOfDescriptions descriptions
-
references
protected ArrayOfReferences references
-
aliasedTo
protected String aliasedTo
-
categories
protected ArrayOfCategories categories
-
-
Method Detail
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getPath
public String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getLastmod
public XMLGregorianCalendar getLastmod()
Gets the value of the lastmod property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastmod
public void setLastmod(XMLGregorianCalendar value)
Sets the value of the lastmod property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getCreated
public XMLGregorianCalendar getCreated()
Gets the value of the created property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreated
public void setCreated(XMLGregorianCalendar value)
Sets the value of the created property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getDeprecated
public EmptyElementType getDeprecated()
Gets the value of the deprecated property.- Returns:
- possible object is
EmptyElementType
-
setDeprecated
public void setDeprecated(EmptyElementType value)
Sets the value of the deprecated property.- Parameters:
value- allowed object isEmptyElementType
-
getNamespace
public EmptyElementType getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
EmptyElementType
-
setNamespace
public void setNamespace(EmptyElementType value)
Sets the value of the namespace property.- Parameters:
value- allowed object isEmptyElementType
-
getDisplayNames
public ArrayOfDisplayNames getDisplayNames()
Gets the value of the displayNames property.- Returns:
- possible object is
ArrayOfDisplayNames
-
setDisplayNames
public void setDisplayNames(ArrayOfDisplayNames value)
Sets the value of the displayNames property.- Parameters:
value- allowed object isArrayOfDisplayNames
-
getDescriptions
public ArrayOfDescriptions getDescriptions()
Gets the value of the descriptions property.- Returns:
- possible object is
ArrayOfDescriptions
-
setDescriptions
public void setDescriptions(ArrayOfDescriptions value)
Sets the value of the descriptions property.- Parameters:
value- allowed object isArrayOfDescriptions
-
getReferences
public ArrayOfReferences getReferences()
Gets the value of the references property.- Returns:
- possible object is
ArrayOfReferences
-
setReferences
public void setReferences(ArrayOfReferences value)
Sets the value of the references property.- Parameters:
value- allowed object isArrayOfReferences
-
getAliasedTo
public String getAliasedTo()
Gets the value of the aliasedTo property.- Returns:
- possible object is
String
-
setAliasedTo
public void setAliasedTo(String value)
Sets the value of the aliasedTo property.- Parameters:
value- allowed object isString
-
getCategories
public ArrayOfCategories getCategories()
Gets the value of the categories property.- Returns:
- possible object is
ArrayOfCategories
-
setCategories
public void setCategories(ArrayOfCategories value)
Sets the value of the categories property.- Parameters:
value- allowed object isArrayOfCategories
-
-