public static class ExtractionLinksType.Text extends Object
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">
<attribute name="fromText" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="protocol" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="withoutProtocol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
fromText |
protected String |
protocol |
protected Boolean |
withoutProtocol |
| Constructor and Description |
|---|
Text() |
| Modifier and Type | Method and Description |
|---|---|
String |
getProtocol()
Gets the value of the protocol property.
|
boolean |
isFromText()
Gets the value of the fromText property.
|
boolean |
isSetFromText() |
boolean |
isSetProtocol() |
boolean |
isSetWithoutProtocol() |
boolean |
isWithoutProtocol()
Gets the value of the withoutProtocol property.
|
void |
setFromText(boolean value)
Sets the value of the fromText property.
|
void |
setProtocol(String value)
Sets the value of the protocol property.
|
void |
setWithoutProtocol(boolean value)
Sets the value of the withoutProtocol property.
|
void |
unsetFromText() |
void |
unsetWithoutProtocol() |
protected Boolean fromText
protected String protocol
protected Boolean withoutProtocol
public boolean isFromText()
Booleanpublic void setFromText(boolean value)
value - allowed object is
Booleanpublic boolean isSetFromText()
public void unsetFromText()
public String getProtocol()
Stringpublic void setProtocol(String value)
value - allowed object is
Stringpublic boolean isSetProtocol()
public boolean isWithoutProtocol()
Booleanpublic void setWithoutProtocol(boolean value)
value - allowed object is
Booleanpublic boolean isSetWithoutProtocol()
public void unsetWithoutProtocol()
Copyright © 2017–2023 SoftVision Development GmbH, Fulda, Germany. All rights reserved.