Package cds.savot.model
Class SavotStream
java.lang.Object
cds.savot.model.SavotBase
cds.savot.model.MarkupComment
cds.savot.model.SavotStream
- All Implemented Interfaces:
SimpleTypes
Stream element
- Author:
- Andre Schaaff
-
Field Summary
Fields inherited from interface cds.savot.model.SimpleTypes
ACTUAL, BARYCENTRIC, BASE64, BIT, BOOLEAN, CHAR, COOSYSSYSTEM, DATATYPE, DOC, DOUBLE, DOUBLECOMPLEX, DYNAMIC, ECL_FK4, ECL_FK5, ENCODINGTYPE, EQ_FK4, EQ_FK5, FIELDTYPE, FLOAT, FLOATCOMPLEX, GALACTIC, GEO_APP, GZIP, HIDDEN, HINTS, ICRS, INT, LEGAL, LINKCONTENT_ROLE, LOCATION, LONG, META, NO, NO_QUERY, NONE, ONLOAD, ONREQUEST, OTHER, QUERY, RESOURCETYPE, RESULTS, SHORT, STREAMACTUATE, SUPERGALACTIC, TRIGGER, UNICODECHAR, UNSIGNEDBYTE, VALUESTYPE, version, XY, YES, YESNO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet actuate attributeGet contentGet encoding attributeGet width attributegetHref()
Get href attributeGet rights attributegetType()
Get type attributevoid
setActuate
(String actuate) Set actuate attributevoid
setContent
(String content) Set contentvoid
setEncoding
(String encoding) Set encoding attributevoid
setExpires
(String expires) Set expires attributevoid
Set href attributevoid
Set rights attributevoid
Set type attributeMethods inherited from class cds.savot.model.MarkupComment
getAbove, getBelow, setAbove, setBelow
-
Constructor Details
-
SavotStream
public SavotStream()Constructor
-
-
Method Details
-
setType
Set type attribute- Parameters:
type
- (locator, other)
-
getType
Get type attribute- Returns:
- String
-
setHref
Set href attribute- Parameters:
href
- (URI)
-
getHref
Get href attribute- Returns:
- String
-
setActuate
Set actuate attribute- Parameters:
actuate
- (onLoad, onRequest, other, none)
-
getActuate
Get actuate attribute- Returns:
- String
-
setEncoding
Set encoding attribute- Parameters:
encoding
- (gzip, base64, dynamic, none)
-
getEncoding
Get encoding attribute- Returns:
- String
-
setExpires
Set expires attribute- Parameters:
expires
-
-
getExpires
Get width attribute- Returns:
- String
-
setRights
Set rights attribute- Parameters:
rights
-
-
getRights
Get rights attribute- Returns:
- String
-
setContent
Set content- Parameters:
content
-
-
getContent
Get content- Returns:
- String
-