public interface CategoricalTVPType extends TimeValuePairType
| Modifier and Type | Interface and Description |
|---|---|
static class |
CategoricalTVPType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
TVPMetadataPropertyType |
addNewMetadata()
Appends and returns a new empty "metadata" element
|
CategoryPropertyType |
addNewValue()
Appends and returns a new empty "value" element
|
TVPMetadataPropertyType |
getMetadata()
Gets the "metadata" element
|
CategoryPropertyType |
getValue()
Gets the "value" element
|
boolean |
isNilValue()
Tests for nil "value" element
|
boolean |
isSetMetadata()
True if has "metadata" element
|
boolean |
isSetValue()
True if has "value" element
|
void |
setMetadata(TVPMetadataPropertyType metadata)
Sets the "metadata" element
|
void |
setNilValue()
Nils the "value" element
|
void |
setValue(CategoryPropertyType value)
Sets the "value" element
|
void |
unsetMetadata()
Unsets the "metadata" element
|
void |
unsetValue()
Unsets the "value" element
|
addNewTime, getTime, isSetTime, setTime, unsetTimechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextCategoryPropertyType getValue()
boolean isNilValue()
boolean isSetValue()
void setValue(CategoryPropertyType value)
CategoryPropertyType addNewValue()
void setNilValue()
void unsetValue()
TVPMetadataPropertyType getMetadata()
boolean isSetMetadata()
void setMetadata(TVPMetadataPropertyType metadata)
TVPMetadataPropertyType addNewMetadata()
void unsetMetadata()
Copyright © 2017 52north.org. All rights reserved.