it.sistematica.isharedoc.model.xml.mail.signature.xsd
Class Toponimo

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.xsd.Toponimo

public class Toponimo
extends java.lang.Object

Java class for Toponimo complex type.

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

 <complexType name="Toponimo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="dug" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String content
           
protected  java.lang.String dug
           
 
Constructor Summary
Toponimo()
           
 
Method Summary
 java.lang.String getContent()
          Gets the value of the content property.
 java.lang.String getDug()
          Gets the value of the dug property.
 void setContent(java.lang.String value)
          Sets the value of the content property.
 void setDug(java.lang.String value)
          Sets the value of the dug property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected java.lang.String content

dug

protected java.lang.String dug
Constructor Detail

Toponimo

public Toponimo()
Method Detail

getContent

public java.lang.String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(java.lang.String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

getDug

public java.lang.String getDug()
Gets the value of the dug property.

Returns:
possible object is String

setDug

public void setDug(java.lang.String value)
Sets the value of the dug property.

Parameters:
value - allowed object is String