org.deegree.process.jaxb.java
Class ProcessletInputDefinition.Metadata

java.lang.Object
  extended by org.deegree.process.jaxb.java.ProcessletInputDefinition.Metadata
Enclosing class:
ProcessletInputDefinition

public static class ProcessletInputDefinition.Metadata
extends Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="about" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String about
           
protected  String href
           
 
Constructor Summary
ProcessletInputDefinition.Metadata()
           
 
Method Summary
 String getAbout()
          Gets the value of the about property.
 String getHref()
          Gets the value of the href property.
 void setAbout(String value)
          Sets the value of the about property.
 void setHref(String value)
          Sets the value of the href property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

href

protected String href

about

protected String about
Constructor Detail

ProcessletInputDefinition.Metadata

public ProcessletInputDefinition.Metadata()
Method Detail

getHref

public String getHref()
Gets the value of the href property.

Returns:
possible object is String

setHref

public void setHref(String value)
Sets the value of the href property.

Parameters:
value - allowed object is String

getAbout

public String getAbout()
Gets the value of the about property.

Returns:
possible object is String

setAbout

public void setAbout(String value)
Sets the value of the about property.

Parameters:
value - allowed object is String


Copyright © 2011. All Rights Reserved.