Class AuthorType
- java.lang.Object
-
- net.webpdf.wsclient.schema.extraction.info.AuthorType
-
public class AuthorType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">An element of this type is used to enumerate the persons, that created a document.</p>
Java class for AuthorType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthorType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" default="" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AuthorType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()<?booleanisSetName()voidsetName(String value)Sets the value of the name property.
-
-
-
Field Detail
-
name
protected String name
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The name of the person creating the document.</p>
-
-
Method Detail
-
getName
public String getName()
<?xml version="1.0" encoding="UTF-8"?><p xmlns="http://schema.webpdf.de/1.0/extraction/info" xmlns:xs="http://www.w3.org/2001/XMLSchema">The name of the person creating the document.</p>
- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.
-
isSetName
public boolean isSetName()
-
-