com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesNamespaceExport

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesNamespaceExport

public class AesNamespaceExport
extends Object

Java class for AesNamespaceExport complex type.

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

 <complexType name="AesNamespaceExport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String namespace
           
 
Constructor Summary
AesNamespaceExport()
           
 
Method Summary
 String getNamespace()
          Gets the value of the namespace property.
 void setNamespace(String value)
          Sets the value of the namespace property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

namespace

protected String namespace
Constructor Detail

AesNamespaceExport

public AesNamespaceExport()
Method Detail

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 © 2013 Leibniz Universität Hannover. All Rights Reserved.