org.eclipse.stardust.engine.api.ws
Class ExternalReferenceXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.ExternalReferenceXto

public class ExternalReferenceXto
extends Object

Type declaration containing embedded schema.

Java class for ExternalReference complex type.

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

 <complexType name="ExternalReference">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="xref" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="xml" type="{http://eclipse.org/stardust/ws/v2012a/api}XmlValue"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
ExternalReferenceXto()
           
 
Method Summary
 String getLocation()
          Gets the value of the location property.
 String getNamespace()
          Gets the value of the namespace property.
 XmlValueXto getXml()
          Gets the value of the xml property.
 String getXref()
          Gets the value of the xref property.
 void setLocation(String value)
          Sets the value of the location property.
 void setNamespace(String value)
          Sets the value of the namespace property.
 void setXml(XmlValueXto value)
          Sets the value of the xml property.
 void setXref(String value)
          Sets the value of the xref property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalReferenceXto

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

getXref

public String getXref()
Gets the value of the xref property.

Returns:
possible object is String

setXref

public void setXref(String value)
Sets the value of the xref property.

Parameters:
value - allowed object is String

getXml

public XmlValueXto getXml()
Gets the value of the xml property.

Returns:
possible object is XmlValueXto

setXml

public void setXml(XmlValueXto value)
Sets the value of the xml property.

Parameters:
value - allowed object is XmlValueXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.