Class ExtractionLinksType.Text
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ExtractionLinksType.Text
-
- Enclosing class:
- ExtractionLinksType
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>
-
-
Constructor Summary
Constructors Constructor Description Text()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProtocol()Gets the value of the protocol property.booleanisFromText()Gets the value of the fromText property.booleanisSetFromText()booleanisSetProtocol()booleanisSetWithoutProtocol()booleanisWithoutProtocol()Gets the value of the withoutProtocol property.voidsetFromText(boolean value)Sets the value of the fromText property.voidsetProtocol(String value)Sets the value of the protocol property.voidsetWithoutProtocol(boolean value)Sets the value of the withoutProtocol property.voidunsetFromText()voidunsetWithoutProtocol()
-
-
-
Method Detail
-
isFromText
public boolean isFromText()
Gets the value of the fromText property.- Returns:
- possible object is
Boolean
-
setFromText
public void setFromText(boolean value)
Sets the value of the fromText property.- Parameters:
value- allowed object isBoolean
-
isSetFromText
public boolean isSetFromText()
-
unsetFromText
public void unsetFromText()
-
getProtocol
public String getProtocol()
Gets the value of the protocol property.- Returns:
- possible object is
String
-
setProtocol
public void setProtocol(String value)
Sets the value of the protocol property.- Parameters:
value- allowed object isString
-
isSetProtocol
public boolean isSetProtocol()
-
isWithoutProtocol
public boolean isWithoutProtocol()
Gets the value of the withoutProtocol property.- Returns:
- possible object is
Boolean
-
setWithoutProtocol
public void setWithoutProtocol(boolean value)
Sets the value of the withoutProtocol property.- Parameters:
value- allowed object isBoolean
-
isSetWithoutProtocol
public boolean isSetWithoutProtocol()
-
unsetWithoutProtocol
public void unsetWithoutProtocol()
-
-