at.gv.zustellung.zusemsg.xsd.zuse
Class DocumentClass

java.lang.Object
  extended by at.gv.zustellung.zusemsg.xsd.zuse.DocumentClass

public class DocumentClass
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="Namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
DocumentClass()
           
 
Method Summary
 String getContent()
          Gets the value of the content property.
 String getNamespace()
          Gets the value of the namespace property.
 void setContent(String value)
          Sets the value of the content property.
 void setNamespace(String value)
          Sets the value of the namespace property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentClass

public DocumentClass()
Method Detail

getContent

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

Returns:
possible object is String

setContent

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

Parameters:
value - allowed object is String

getNamespace

public String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String


Copyright 2010 E-Government Innovation Center (EGIZ). All Rights Reserved.