Package org.isotc211.x2005.gmd
Interface CISeriesType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CISeriesTypeImpl
public interface CISeriesType extends AbstractObjectType
An XML CI_Series_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCISeriesType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharacterStringPropertyTypeaddNewIssueIdentification()Appends and returns a new empty "issueIdentification" elementCharacterStringPropertyTypeaddNewName()Appends and returns a new empty "name" elementCharacterStringPropertyTypeaddNewPage()Appends and returns a new empty "page" elementCharacterStringPropertyTypegetIssueIdentification()Gets the "issueIdentification" elementCharacterStringPropertyTypegetName()Gets the "name" elementCharacterStringPropertyTypegetPage()Gets the "page" elementbooleanisSetIssueIdentification()True if has "issueIdentification" elementbooleanisSetName()True if has "name" elementbooleanisSetPage()True if has "page" elementvoidsetIssueIdentification(CharacterStringPropertyType issueIdentification)Sets the "issueIdentification" elementvoidsetName(CharacterStringPropertyType name)Sets the "name" elementvoidsetPage(CharacterStringPropertyType page)Sets the "page" elementvoidunsetIssueIdentification()Unsets the "issueIdentification" elementvoidunsetName()Unsets the "name" elementvoidunsetPage()Unsets the "page" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getName
CharacterStringPropertyType getName()
Gets the "name" element
-
isSetName
boolean isSetName()
True if has "name" element
-
setName
void setName(CharacterStringPropertyType name)
Sets the "name" element
-
addNewName
CharacterStringPropertyType addNewName()
Appends and returns a new empty "name" element
-
unsetName
void unsetName()
Unsets the "name" element
-
getIssueIdentification
CharacterStringPropertyType getIssueIdentification()
Gets the "issueIdentification" element
-
isSetIssueIdentification
boolean isSetIssueIdentification()
True if has "issueIdentification" element
-
setIssueIdentification
void setIssueIdentification(CharacterStringPropertyType issueIdentification)
Sets the "issueIdentification" element
-
addNewIssueIdentification
CharacterStringPropertyType addNewIssueIdentification()
Appends and returns a new empty "issueIdentification" element
-
unsetIssueIdentification
void unsetIssueIdentification()
Unsets the "issueIdentification" element
-
getPage
CharacterStringPropertyType getPage()
Gets the "page" element
-
isSetPage
boolean isSetPage()
True if has "page" element
-
setPage
void setPage(CharacterStringPropertyType page)
Sets the "page" element
-
addNewPage
CharacterStringPropertyType addNewPage()
Appends and returns a new empty "page" element
-
unsetPage
void unsetPage()
Unsets the "page" element
-
-