public class XmlResourceType
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
XmlResourceType()
Default constructor
|
XmlResourceType(java.lang.String content)
Constructor to create a
XmlResourceType with the specified
resource. |
XmlResourceType(java.lang.String content,
ResourceType resourceTypeGeneral)
Constructor to create a
XmlCreator with the specified resource
and resourceType. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent()
Returns the value of field 'content'.
|
ResourceType |
getResourceTypeGeneral()
Returns the value of field 'resourceTypeGeneral'.
|
void |
setContent(java.lang.String content)
Sets the value of field 'content'.
|
void |
setResourceTypeGeneral(ResourceType resourceTypeGeneral)
Sets the value of field 'resourceTypeGeneral'.
|
public XmlResourceType()
public XmlResourceType(java.lang.String content)
XmlResourceType with the specified
resource.content - the resource to set.public XmlResourceType(java.lang.String content,
ResourceType resourceTypeGeneral)
XmlCreator with the specified resource
and resourceType.content - the resource to set.resourceTypeGeneral - the resourceType to set.public java.lang.String getContent()
public ResourceType getResourceTypeGeneral()
public void setContent(java.lang.String content)
content - the value of field 'content'.public void setResourceTypeGeneral(ResourceType resourceTypeGeneral)
resourceTypeGeneral - the value of field 'resourceTypeGeneral'.