Package org.isotc211.x2005.gmd
Interface MDApplicationSchemaInformationType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MDApplicationSchemaInformationTypeImpl
public interface MDApplicationSchemaInformationType extends AbstractObjectType
An XML MD_ApplicationSchemaInformation_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMDApplicationSchemaInformationType.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 CharacterStringPropertyTypeaddNewConstraintLanguage()Appends and returns a new empty "constraintLanguage" elementBinaryPropertyTypeaddNewGraphicsFile()Appends and returns a new empty "graphicsFile" elementCICitationPropertyTypeaddNewName()Appends and returns a new empty "name" elementCharacterStringPropertyTypeaddNewSchemaAscii()Appends and returns a new empty "schemaAscii" elementCharacterStringPropertyTypeaddNewSchemaLanguage()Appends and returns a new empty "schemaLanguage" elementBinaryPropertyTypeaddNewSoftwareDevelopmentFile()Appends and returns a new empty "softwareDevelopmentFile" elementCharacterStringPropertyTypeaddNewSoftwareDevelopmentFileFormat()Appends and returns a new empty "softwareDevelopmentFileFormat" elementCharacterStringPropertyTypegetConstraintLanguage()Gets the "constraintLanguage" elementBinaryPropertyTypegetGraphicsFile()Gets the "graphicsFile" elementCICitationPropertyTypegetName()Gets the "name" elementCharacterStringPropertyTypegetSchemaAscii()Gets the "schemaAscii" elementCharacterStringPropertyTypegetSchemaLanguage()Gets the "schemaLanguage" elementBinaryPropertyTypegetSoftwareDevelopmentFile()Gets the "softwareDevelopmentFile" elementCharacterStringPropertyTypegetSoftwareDevelopmentFileFormat()Gets the "softwareDevelopmentFileFormat" elementbooleanisSetGraphicsFile()True if has "graphicsFile" elementbooleanisSetSchemaAscii()True if has "schemaAscii" elementbooleanisSetSoftwareDevelopmentFile()True if has "softwareDevelopmentFile" elementbooleanisSetSoftwareDevelopmentFileFormat()True if has "softwareDevelopmentFileFormat" elementvoidsetConstraintLanguage(CharacterStringPropertyType constraintLanguage)Sets the "constraintLanguage" elementvoidsetGraphicsFile(BinaryPropertyType graphicsFile)Sets the "graphicsFile" elementvoidsetName(CICitationPropertyType name)Sets the "name" elementvoidsetSchemaAscii(CharacterStringPropertyType schemaAscii)Sets the "schemaAscii" elementvoidsetSchemaLanguage(CharacterStringPropertyType schemaLanguage)Sets the "schemaLanguage" elementvoidsetSoftwareDevelopmentFile(BinaryPropertyType softwareDevelopmentFile)Sets the "softwareDevelopmentFile" elementvoidsetSoftwareDevelopmentFileFormat(CharacterStringPropertyType softwareDevelopmentFileFormat)Sets the "softwareDevelopmentFileFormat" elementvoidunsetGraphicsFile()Unsets the "graphicsFile" elementvoidunsetSchemaAscii()Unsets the "schemaAscii" elementvoidunsetSoftwareDevelopmentFile()Unsets the "softwareDevelopmentFile" elementvoidunsetSoftwareDevelopmentFileFormat()Unsets the "softwareDevelopmentFileFormat" 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
CICitationPropertyType getName()
Gets the "name" element
-
setName
void setName(CICitationPropertyType name)
Sets the "name" element
-
addNewName
CICitationPropertyType addNewName()
Appends and returns a new empty "name" element
-
getSchemaLanguage
CharacterStringPropertyType getSchemaLanguage()
Gets the "schemaLanguage" element
-
setSchemaLanguage
void setSchemaLanguage(CharacterStringPropertyType schemaLanguage)
Sets the "schemaLanguage" element
-
addNewSchemaLanguage
CharacterStringPropertyType addNewSchemaLanguage()
Appends and returns a new empty "schemaLanguage" element
-
getConstraintLanguage
CharacterStringPropertyType getConstraintLanguage()
Gets the "constraintLanguage" element
-
setConstraintLanguage
void setConstraintLanguage(CharacterStringPropertyType constraintLanguage)
Sets the "constraintLanguage" element
-
addNewConstraintLanguage
CharacterStringPropertyType addNewConstraintLanguage()
Appends and returns a new empty "constraintLanguage" element
-
getSchemaAscii
CharacterStringPropertyType getSchemaAscii()
Gets the "schemaAscii" element
-
isSetSchemaAscii
boolean isSetSchemaAscii()
True if has "schemaAscii" element
-
setSchemaAscii
void setSchemaAscii(CharacterStringPropertyType schemaAscii)
Sets the "schemaAscii" element
-
addNewSchemaAscii
CharacterStringPropertyType addNewSchemaAscii()
Appends and returns a new empty "schemaAscii" element
-
unsetSchemaAscii
void unsetSchemaAscii()
Unsets the "schemaAscii" element
-
getGraphicsFile
BinaryPropertyType getGraphicsFile()
Gets the "graphicsFile" element
-
isSetGraphicsFile
boolean isSetGraphicsFile()
True if has "graphicsFile" element
-
setGraphicsFile
void setGraphicsFile(BinaryPropertyType graphicsFile)
Sets the "graphicsFile" element
-
addNewGraphicsFile
BinaryPropertyType addNewGraphicsFile()
Appends and returns a new empty "graphicsFile" element
-
unsetGraphicsFile
void unsetGraphicsFile()
Unsets the "graphicsFile" element
-
getSoftwareDevelopmentFile
BinaryPropertyType getSoftwareDevelopmentFile()
Gets the "softwareDevelopmentFile" element
-
isSetSoftwareDevelopmentFile
boolean isSetSoftwareDevelopmentFile()
True if has "softwareDevelopmentFile" element
-
setSoftwareDevelopmentFile
void setSoftwareDevelopmentFile(BinaryPropertyType softwareDevelopmentFile)
Sets the "softwareDevelopmentFile" element
-
addNewSoftwareDevelopmentFile
BinaryPropertyType addNewSoftwareDevelopmentFile()
Appends and returns a new empty "softwareDevelopmentFile" element
-
unsetSoftwareDevelopmentFile
void unsetSoftwareDevelopmentFile()
Unsets the "softwareDevelopmentFile" element
-
getSoftwareDevelopmentFileFormat
CharacterStringPropertyType getSoftwareDevelopmentFileFormat()
Gets the "softwareDevelopmentFileFormat" element
-
isSetSoftwareDevelopmentFileFormat
boolean isSetSoftwareDevelopmentFileFormat()
True if has "softwareDevelopmentFileFormat" element
-
setSoftwareDevelopmentFileFormat
void setSoftwareDevelopmentFileFormat(CharacterStringPropertyType softwareDevelopmentFileFormat)
Sets the "softwareDevelopmentFileFormat" element
-
addNewSoftwareDevelopmentFileFormat
CharacterStringPropertyType addNewSoftwareDevelopmentFileFormat()
Appends and returns a new empty "softwareDevelopmentFileFormat" element
-
unsetSoftwareDevelopmentFileFormat
void unsetSoftwareDevelopmentFileFormat()
Unsets the "softwareDevelopmentFileFormat" element
-
-