Package de.foellix.aql.datastructure
Class Data
java.lang.Object
de.foellix.aql.datastructure.Data
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}type" minOccurs="0"/>
<element ref="{}scheme" minOccurs="0"/>
<element ref="{}ssp" minOccurs="0"/>
<element ref="{}sspPattern" minOccurs="0"/>
<element ref="{}sspPrefix" minOccurs="0"/>
<element ref="{}host" minOccurs="0"/>
<element ref="{}port" minOccurs="0"/>
<element ref="{}path" minOccurs="0"/>
<element ref="{}pathPattern" minOccurs="0"/>
<element ref="{}pathPrefix" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHost()Gets the value of the host property.getPath()Gets the value of the path property.Gets the value of the pathPattern property.Gets the value of the pathPrefix property.getPort()Gets the value of the port property.Gets the value of the scheme property.getSsp()Gets the value of the ssp property.Gets the value of the sspPattern property.Gets the value of the sspPrefix property.getType()Gets the value of the type property.voidSets the value of the host property.voidSets the value of the path property.voidsetPathPattern(String value) Sets the value of the pathPattern property.voidsetPathPrefix(String value) Sets the value of the pathPrefix property.voidSets the value of the port property.voidSets the value of the scheme property.voidSets the value of the ssp property.voidsetSspPattern(String value) Sets the value of the sspPattern property.voidsetSspPrefix(String value) Sets the value of the sspPrefix property.voidSets the value of the type property.
-
Field Details
-
type
-
scheme
-
ssp
-
sspPattern
-
sspPrefix
-
host
-
port
-
path
-
pathPattern
-
pathPrefix
-
-
Constructor Details
-
Data
public Data()
-
-
Method Details
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getScheme
Gets the value of the scheme property.- Returns:
- possible object is
String
-
setScheme
Sets the value of the scheme property.- Parameters:
value- allowed object isString
-
getSsp
Gets the value of the ssp property.- Returns:
- possible object is
String
-
setSsp
Sets the value of the ssp property.- Parameters:
value- allowed object isString
-
getSspPattern
Gets the value of the sspPattern property.- Returns:
- possible object is
String
-
setSspPattern
Sets the value of the sspPattern property.- Parameters:
value- allowed object isString
-
getSspPrefix
Gets the value of the sspPrefix property.- Returns:
- possible object is
String
-
setSspPrefix
Sets the value of the sspPrefix property.- Parameters:
value- allowed object isString
-
getHost
Gets the value of the host property.- Returns:
- possible object is
String
-
setHost
Sets the value of the host property.- Parameters:
value- allowed object isString
-
getPort
Gets the value of the port property.- Returns:
- possible object is
String
-
setPort
Sets the value of the port property.- Parameters:
value- allowed object isString
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getPathPattern
Gets the value of the pathPattern property.- Returns:
- possible object is
String
-
setPathPattern
Sets the value of the pathPattern property.- Parameters:
value- allowed object isString
-
getPathPrefix
Gets the value of the pathPrefix property.- Returns:
- possible object is
String
-
setPathPrefix
Sets the value of the pathPrefix property.- Parameters:
value- allowed object isString
-