public class XmlResourceType extends Object implements Serializable
| Constructor and Description |
|---|
XmlResourceType()
Default constructor
|
XmlResourceType(String content)
Constructor to create a
XmlResourceType with the specified
resource. |
XmlResourceType(String content,
ResourceType resourceTypeGeneral)
Constructor to create a
XmlCreator with the specified resource
and resourceType. |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Returns the value of field 'content'.
|
ResourceType |
getResourceTypeGeneral()
Returns the value of field 'resourceTypeGeneral'.
|
void |
setContent(String content)
Sets the value of field 'content'.
|
void |
setResourceTypeGeneral(ResourceType resourceTypeGeneral)
Sets the value of field 'resourceTypeGeneral'.
|
public XmlResourceType()
public XmlResourceType(String content)
XmlResourceType with the specified
resource.content - the resource to set.public XmlResourceType(String content, ResourceType resourceTypeGeneral)
XmlCreator with the specified resource
and resourceType.content - the resource to set.resourceTypeGeneral - the resourceType to set.public String getContent()
public ResourceType getResourceTypeGeneral()
public void setContent(String content)
content - the value of field 'content'.public void setResourceTypeGeneral(ResourceType resourceTypeGeneral)
resourceTypeGeneral - the value of field 'resourceTypeGeneral'.Copyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.