Package net.opengis.swe.x101
Interface BlockEncodingPropertyType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
BlockEncodingPropertyTypeImpl
public interface BlockEncodingPropertyType extends org.apache.xmlbeans.XmlObjectAn XML BlockEncodingPropertyType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBlockEncodingPropertyType.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 BinaryBlockDocument.BinaryBlockaddNewBinaryBlock()Appends and returns a new empty "BinaryBlock" elementStandardFormatDocument.StandardFormataddNewStandardFormat()Appends and returns a new empty "StandardFormat" elementTextBlockDocument.TextBlockaddNewTextBlock()Appends and returns a new empty "TextBlock" elementXMLBlockTypeaddNewXMLBlock()Appends and returns a new empty "XMLBlock" elementActuateType.EnumgetActuate()Gets the "actuate" attributeStringgetArcrole()Gets the "arcrole" attributeBinaryBlockDocument.BinaryBlockgetBinaryBlock()Gets the "BinaryBlock" elementStringgetHref()Gets the "href" attributeStringgetRemoteSchema()Gets the "remoteSchema" attributeStringgetRole()Gets the "role" attributeShowType.EnumgetShow()Gets the "show" attributeStandardFormatDocument.StandardFormatgetStandardFormat()Gets the "StandardFormat" elementTextBlockDocument.TextBlockgetTextBlock()Gets the "TextBlock" elementStringgetTitle()Gets the "title" attributeTypeType.EnumgetType()Gets the "type" attributeXMLBlockTypegetXMLBlock()Gets the "XMLBlock" elementbooleanisSetActuate()True if has "actuate" attributebooleanisSetArcrole()True if has "arcrole" attributebooleanisSetBinaryBlock()True if has "BinaryBlock" elementbooleanisSetHref()True if has "href" attributebooleanisSetRemoteSchema()True if has "remoteSchema" attributebooleanisSetRole()True if has "role" attributebooleanisSetShow()True if has "show" attributebooleanisSetStandardFormat()True if has "StandardFormat" elementbooleanisSetTextBlock()True if has "TextBlock" elementbooleanisSetTitle()True if has "title" attributebooleanisSetType()True if has "type" attributebooleanisSetXMLBlock()True if has "XMLBlock" elementvoidsetActuate(ActuateType.Enum actuate)Sets the "actuate" attributevoidsetArcrole(String arcrole)Sets the "arcrole" attributevoidsetBinaryBlock(BinaryBlockDocument.BinaryBlock binaryBlock)Sets the "BinaryBlock" elementvoidsetHref(String href)Sets the "href" attributevoidsetRemoteSchema(String remoteSchema)Sets the "remoteSchema" attributevoidsetRole(String role)Sets the "role" attributevoidsetShow(ShowType.Enum show)Sets the "show" attributevoidsetStandardFormat(StandardFormatDocument.StandardFormat standardFormat)Sets the "StandardFormat" elementvoidsetTextBlock(TextBlockDocument.TextBlock textBlock)Sets the "TextBlock" elementvoidsetTitle(String title)Sets the "title" attributevoidsetType(TypeType.Enum type)Sets the "type" attributevoidsetXMLBlock(XMLBlockType xmlBlock)Sets the "XMLBlock" elementvoidunsetActuate()Unsets the "actuate" attributevoidunsetArcrole()Unsets the "arcrole" attributevoidunsetBinaryBlock()Unsets the "BinaryBlock" elementvoidunsetHref()Unsets the "href" attributevoidunsetRemoteSchema()Unsets the "remoteSchema" attributevoidunsetRole()Unsets the "role" attributevoidunsetShow()Unsets the "show" attributevoidunsetStandardFormat()Unsets the "StandardFormat" elementvoidunsetTextBlock()Unsets the "TextBlock" elementvoidunsetTitle()Unsets the "title" attributevoidunsetType()Unsets the "type" attributevoidunsetXMLBlock()Unsets the "XMLBlock" elementActuateTypexgetActuate()Gets (as xml) the "actuate" attributeArcroleTypexgetArcrole()Gets (as xml) the "arcrole" attributeHrefTypexgetHref()Gets (as xml) the "href" attributeorg.apache.xmlbeans.XmlAnyURIxgetRemoteSchema()Gets (as xml) the "remoteSchema" attributeRoleTypexgetRole()Gets (as xml) the "role" attributeShowTypexgetShow()Gets (as xml) the "show" attributeTitleAttrTypexgetTitle()Gets (as xml) the "title" attributeTypeTypexgetType()Gets (as xml) the "type" attributevoidxsetActuate(ActuateType actuate)Sets (as xml) the "actuate" attributevoidxsetArcrole(ArcroleType arcrole)Sets (as xml) the "arcrole" attributevoidxsetHref(HrefType href)Sets (as xml) the "href" attributevoidxsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema)Sets (as xml) the "remoteSchema" attributevoidxsetRole(RoleType role)Sets (as xml) the "role" attributevoidxsetShow(ShowType show)Sets (as xml) the "show" attributevoidxsetTitle(TitleAttrType title)Sets (as xml) the "title" attributevoidxsetType(TypeType type)Sets (as xml) the "type" attribute-
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
-
getStandardFormat
StandardFormatDocument.StandardFormat getStandardFormat()
Gets the "StandardFormat" element
-
isSetStandardFormat
boolean isSetStandardFormat()
True if has "StandardFormat" element
-
setStandardFormat
void setStandardFormat(StandardFormatDocument.StandardFormat standardFormat)
Sets the "StandardFormat" element
-
addNewStandardFormat
StandardFormatDocument.StandardFormat addNewStandardFormat()
Appends and returns a new empty "StandardFormat" element
-
unsetStandardFormat
void unsetStandardFormat()
Unsets the "StandardFormat" element
-
getBinaryBlock
BinaryBlockDocument.BinaryBlock getBinaryBlock()
Gets the "BinaryBlock" element
-
isSetBinaryBlock
boolean isSetBinaryBlock()
True if has "BinaryBlock" element
-
setBinaryBlock
void setBinaryBlock(BinaryBlockDocument.BinaryBlock binaryBlock)
Sets the "BinaryBlock" element
-
addNewBinaryBlock
BinaryBlockDocument.BinaryBlock addNewBinaryBlock()
Appends and returns a new empty "BinaryBlock" element
-
unsetBinaryBlock
void unsetBinaryBlock()
Unsets the "BinaryBlock" element
-
getTextBlock
TextBlockDocument.TextBlock getTextBlock()
Gets the "TextBlock" element
-
isSetTextBlock
boolean isSetTextBlock()
True if has "TextBlock" element
-
setTextBlock
void setTextBlock(TextBlockDocument.TextBlock textBlock)
Sets the "TextBlock" element
-
addNewTextBlock
TextBlockDocument.TextBlock addNewTextBlock()
Appends and returns a new empty "TextBlock" element
-
unsetTextBlock
void unsetTextBlock()
Unsets the "TextBlock" element
-
getXMLBlock
XMLBlockType getXMLBlock()
Gets the "XMLBlock" element
-
isSetXMLBlock
boolean isSetXMLBlock()
True if has "XMLBlock" element
-
setXMLBlock
void setXMLBlock(XMLBlockType xmlBlock)
Sets the "XMLBlock" element
-
addNewXMLBlock
XMLBlockType addNewXMLBlock()
Appends and returns a new empty "XMLBlock" element
-
unsetXMLBlock
void unsetXMLBlock()
Unsets the "XMLBlock" element
-
getType
TypeType.Enum getType()
Gets the "type" attribute
-
xgetType
TypeType xgetType()
Gets (as xml) the "type" attribute
-
isSetType
boolean isSetType()
True if has "type" attribute
-
setType
void setType(TypeType.Enum type)
Sets the "type" attribute
-
xsetType
void xsetType(TypeType type)
Sets (as xml) the "type" attribute
-
unsetType
void unsetType()
Unsets the "type" attribute
-
getHref
String getHref()
Gets the "href" attribute
-
xgetHref
HrefType xgetHref()
Gets (as xml) the "href" attribute
-
isSetHref
boolean isSetHref()
True if has "href" attribute
-
setHref
void setHref(String href)
Sets the "href" attribute
-
xsetHref
void xsetHref(HrefType href)
Sets (as xml) the "href" attribute
-
unsetHref
void unsetHref()
Unsets the "href" attribute
-
getRole
String getRole()
Gets the "role" attribute
-
xgetRole
RoleType xgetRole()
Gets (as xml) the "role" attribute
-
isSetRole
boolean isSetRole()
True if has "role" attribute
-
setRole
void setRole(String role)
Sets the "role" attribute
-
xsetRole
void xsetRole(RoleType role)
Sets (as xml) the "role" attribute
-
unsetRole
void unsetRole()
Unsets the "role" attribute
-
getArcrole
String getArcrole()
Gets the "arcrole" attribute
-
xgetArcrole
ArcroleType xgetArcrole()
Gets (as xml) the "arcrole" attribute
-
isSetArcrole
boolean isSetArcrole()
True if has "arcrole" attribute
-
setArcrole
void setArcrole(String arcrole)
Sets the "arcrole" attribute
-
xsetArcrole
void xsetArcrole(ArcroleType arcrole)
Sets (as xml) the "arcrole" attribute
-
unsetArcrole
void unsetArcrole()
Unsets the "arcrole" attribute
-
getTitle
String getTitle()
Gets the "title" attribute
-
xgetTitle
TitleAttrType xgetTitle()
Gets (as xml) the "title" attribute
-
isSetTitle
boolean isSetTitle()
True if has "title" attribute
-
setTitle
void setTitle(String title)
Sets the "title" attribute
-
xsetTitle
void xsetTitle(TitleAttrType title)
Sets (as xml) the "title" attribute
-
unsetTitle
void unsetTitle()
Unsets the "title" attribute
-
getShow
ShowType.Enum getShow()
Gets the "show" attribute
-
xgetShow
ShowType xgetShow()
Gets (as xml) the "show" attribute
-
isSetShow
boolean isSetShow()
True if has "show" attribute
-
setShow
void setShow(ShowType.Enum show)
Sets the "show" attribute
-
xsetShow
void xsetShow(ShowType show)
Sets (as xml) the "show" attribute
-
unsetShow
void unsetShow()
Unsets the "show" attribute
-
getActuate
ActuateType.Enum getActuate()
Gets the "actuate" attribute
-
xgetActuate
ActuateType xgetActuate()
Gets (as xml) the "actuate" attribute
-
isSetActuate
boolean isSetActuate()
True if has "actuate" attribute
-
setActuate
void setActuate(ActuateType.Enum actuate)
Sets the "actuate" attribute
-
xsetActuate
void xsetActuate(ActuateType actuate)
Sets (as xml) the "actuate" attribute
-
unsetActuate
void unsetActuate()
Unsets the "actuate" attribute
-
getRemoteSchema
String getRemoteSchema()
Gets the "remoteSchema" attribute
-
xgetRemoteSchema
org.apache.xmlbeans.XmlAnyURI xgetRemoteSchema()
Gets (as xml) the "remoteSchema" attribute
-
isSetRemoteSchema
boolean isSetRemoteSchema()
True if has "remoteSchema" attribute
-
setRemoteSchema
void setRemoteSchema(String remoteSchema)
Sets the "remoteSchema" attribute
-
xsetRemoteSchema
void xsetRemoteSchema(org.apache.xmlbeans.XmlAnyURI remoteSchema)
Sets (as xml) the "remoteSchema" attribute
-
unsetRemoteSchema
void unsetRemoteSchema()
Unsets the "remoteSchema" attribute
-
-