Class Schema
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema
-
public class Schema extends Object
Java class for Schema complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="Schema"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="version" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" /> <attribute name="namespace" type="{http://docs.oasis-open.org/ebxml-msg/ebms/v3.0/ns/core/200704/}non-empty-string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Schema()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()Gets the value of the location property.StringgetNamespace()Gets the value of the namespace property.StringgetVersion()Gets the value of the version property.voidsetLocation(String value)Sets the value of the location property.voidsetNamespace(String value)Sets the value of the namespace property.voidsetVersion(String value)Sets the value of the version property.
-
-
-
Method Detail
-
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 isString
-
getVersion
public String getVersion()
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
public void setVersion(String value)
Sets the value of the version property.- Parameters:
value- allowed object isString
-
getNamespace
public String getNamespace()
Gets the value of the namespace property.- Returns:
- possible object is
String
-
-