public static class GeneratedType.Pid extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>token"> <attribute name="pidType" default="handle"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="handle"/> <enumeration value="urn"/> <enumeration value="doi"/> <enumeration value="ark"/> <enumeration value="purl"/> <enumeration value="other"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
pidType |
protected String |
value |
Constructor and Description |
---|
GeneratedType.Pid() |
Modifier and Type | Method and Description |
---|---|
String |
getPidType()
Gets the value of the pidType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setPidType(String value)
Sets the value of the pidType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getPidType()
String
Copyright © 2013 TextGrid Consortium. All Rights Reserved.