Class URIActionType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ActionEventType
-
- net.webpdf.wsclient.schema.operation.URIActionType
-
public class URIActionType extends ActionEventType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">When activated, the resolveURI element will open a specified URI in a suitable program.</p>
Java class for URIActionType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="URIActionType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}ActionEventType"> <attribute name="uri" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description URIActionType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetUri()<?booleanisSetUri()voidsetUri(String value)Sets the value of the uri property.
-
-
-
Field Detail
-
uri
protected String uri
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A URI that should be resolved and shown in a suitable program.</p>
-
-
Method Detail
-
getUri
public String getUri()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">A URI that should be resolved and shown in a suitable program.</p>
- Returns:
- possible object is
String
-
setUri
public void setUri(String value)
Sets the value of the uri property.
-
isSetUri
public boolean isSetUri()
-
-