Package org.isotc211.x2005.gmd
Interface CIOnlineResourceType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CIOnlineResourceTypeImpl
public interface CIOnlineResourceType extends AbstractObjectType
An XML CI_OnlineResource_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCIOnlineResourceType.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 CharacterStringPropertyTypeaddNewApplicationProfile()Appends and returns a new empty "applicationProfile" elementCharacterStringPropertyTypeaddNewDescription()Appends and returns a new empty "description" elementCIOnLineFunctionCodePropertyTypeaddNewFunction()Appends and returns a new empty "function" elementURLPropertyTypeaddNewLinkage()Appends and returns a new empty "linkage" elementCharacterStringPropertyTypeaddNewName()Appends and returns a new empty "name" elementCharacterStringPropertyTypeaddNewProtocol()Appends and returns a new empty "protocol" elementCharacterStringPropertyTypegetApplicationProfile()Gets the "applicationProfile" elementCharacterStringPropertyTypegetDescription()Gets the "description" elementCIOnLineFunctionCodePropertyTypegetFunction()Gets the "function" elementURLPropertyTypegetLinkage()Gets the "linkage" elementCharacterStringPropertyTypegetName()Gets the "name" elementCharacterStringPropertyTypegetProtocol()Gets the "protocol" elementbooleanisSetApplicationProfile()True if has "applicationProfile" elementbooleanisSetDescription()True if has "description" elementbooleanisSetFunction()True if has "function" elementbooleanisSetName()True if has "name" elementbooleanisSetProtocol()True if has "protocol" elementvoidsetApplicationProfile(CharacterStringPropertyType applicationProfile)Sets the "applicationProfile" elementvoidsetDescription(CharacterStringPropertyType description)Sets the "description" elementvoidsetFunction(CIOnLineFunctionCodePropertyType function)Sets the "function" elementvoidsetLinkage(URLPropertyType linkage)Sets the "linkage" elementvoidsetName(CharacterStringPropertyType name)Sets the "name" elementvoidsetProtocol(CharacterStringPropertyType protocol)Sets the "protocol" elementvoidunsetApplicationProfile()Unsets the "applicationProfile" elementvoidunsetDescription()Unsets the "description" elementvoidunsetFunction()Unsets the "function" elementvoidunsetName()Unsets the "name" elementvoidunsetProtocol()Unsets the "protocol" 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
-
getLinkage
URLPropertyType getLinkage()
Gets the "linkage" element
-
setLinkage
void setLinkage(URLPropertyType linkage)
Sets the "linkage" element
-
addNewLinkage
URLPropertyType addNewLinkage()
Appends and returns a new empty "linkage" element
-
getProtocol
CharacterStringPropertyType getProtocol()
Gets the "protocol" element
-
isSetProtocol
boolean isSetProtocol()
True if has "protocol" element
-
setProtocol
void setProtocol(CharacterStringPropertyType protocol)
Sets the "protocol" element
-
addNewProtocol
CharacterStringPropertyType addNewProtocol()
Appends and returns a new empty "protocol" element
-
unsetProtocol
void unsetProtocol()
Unsets the "protocol" element
-
getApplicationProfile
CharacterStringPropertyType getApplicationProfile()
Gets the "applicationProfile" element
-
isSetApplicationProfile
boolean isSetApplicationProfile()
True if has "applicationProfile" element
-
setApplicationProfile
void setApplicationProfile(CharacterStringPropertyType applicationProfile)
Sets the "applicationProfile" element
-
addNewApplicationProfile
CharacterStringPropertyType addNewApplicationProfile()
Appends and returns a new empty "applicationProfile" element
-
unsetApplicationProfile
void unsetApplicationProfile()
Unsets the "applicationProfile" element
-
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
-
getDescription
CharacterStringPropertyType getDescription()
Gets the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(CharacterStringPropertyType description)
Sets the "description" element
-
addNewDescription
CharacterStringPropertyType addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
getFunction
CIOnLineFunctionCodePropertyType getFunction()
Gets the "function" element
-
isSetFunction
boolean isSetFunction()
True if has "function" element
-
setFunction
void setFunction(CIOnLineFunctionCodePropertyType function)
Sets the "function" element
-
addNewFunction
CIOnLineFunctionCodePropertyType addNewFunction()
Appends and returns a new empty "function" element
-
unsetFunction
void unsetFunction()
Unsets the "function" element
-
-