Class Data

java.lang.Object
de.foellix.aql.datastructure.Data
All Implemented Interfaces:
Serializable

public class Data extends Object implements 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 Details

    • type

      protected String type
    • scheme

      protected String scheme
    • ssp

      protected String ssp
    • sspPattern

      protected String sspPattern
    • sspPrefix

      protected String sspPrefix
    • host

      protected String host
    • port

      protected String port
    • path

      protected String path
    • pathPattern

      protected String pathPattern
    • pathPrefix

      protected String pathPrefix
  • Constructor Details

    • Data

      public Data()
  • Method Details

    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getScheme

      public String getScheme()
      Gets the value of the scheme property.
      Returns:
      possible object is String
    • setScheme

      public void setScheme(String value)
      Sets the value of the scheme property.
      Parameters:
      value - allowed object is String
    • getSsp

      public String getSsp()
      Gets the value of the ssp property.
      Returns:
      possible object is String
    • setSsp

      public void setSsp(String value)
      Sets the value of the ssp property.
      Parameters:
      value - allowed object is String
    • getSspPattern

      public String getSspPattern()
      Gets the value of the sspPattern property.
      Returns:
      possible object is String
    • setSspPattern

      public void setSspPattern(String value)
      Sets the value of the sspPattern property.
      Parameters:
      value - allowed object is String
    • getSspPrefix

      public String getSspPrefix()
      Gets the value of the sspPrefix property.
      Returns:
      possible object is String
    • setSspPrefix

      public void setSspPrefix(String value)
      Sets the value of the sspPrefix property.
      Parameters:
      value - allowed object is String
    • getHost

      public String getHost()
      Gets the value of the host property.
      Returns:
      possible object is String
    • setHost

      public void setHost(String value)
      Sets the value of the host property.
      Parameters:
      value - allowed object is String
    • getPort

      public String getPort()
      Gets the value of the port property.
      Returns:
      possible object is String
    • setPort

      public void setPort(String value)
      Sets the value of the port property.
      Parameters:
      value - allowed object is String
    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getPathPattern

      public String getPathPattern()
      Gets the value of the pathPattern property.
      Returns:
      possible object is String
    • setPathPattern

      public void setPathPattern(String value)
      Sets the value of the pathPattern property.
      Parameters:
      value - allowed object is String
    • getPathPrefix

      public String getPathPrefix()
      Gets the value of the pathPrefix property.
      Returns:
      possible object is String
    • setPathPrefix

      public void setPathPrefix(String value)
      Sets the value of the pathPrefix property.
      Parameters:
      value - allowed object is String