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

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

public class AesNamespaceImport
extends Object

Java class for AesNamespaceImport complex type.

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

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


Field Summary
protected  String location
           
protected  String namespace
           
 
Constructor Summary
AesNamespaceImport()
           
 
Method Summary
 String getLocation()
          Gets the value of the location property.
 String getNamespace()
          Gets the value of the namespace property.
 void setLocation(String value)
          Sets the value of the location 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

location

protected String location
Constructor Detail

AesNamespaceImport

public AesNamespaceImport()
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

getLocation

public String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(String value)
Sets the value of the location property.

Parameters:
value - allowed object is String


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.