|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema
public class Schema
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>
| Field Summary | |
|---|---|
protected String |
location
|
protected String |
namespace
|
protected String |
version
|
| Constructor Summary | |
|---|---|
Schema()
Default no-arg constructor |
|
Schema(String location,
String version,
String namespace)
Fully-initialising value constructor |
|
| Method Summary | |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
|
String |
getLocation()
Gets the value of the location property. |
String |
getNamespace()
Gets the value of the namespace property. |
String |
getVersion()
Gets the value of the version property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setNamespace(String value)
Sets the value of the namespace property. |
void |
setVersion(String value)
Sets the value of the version property. |
String |
toString()
|
Schema |
withLocation(String value)
|
Schema |
withNamespace(String value)
|
Schema |
withVersion(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String location
protected String version
protected String namespace
| Constructor Detail |
|---|
public Schema()
public Schema(String location,
String version,
String namespace)
| Method Detail |
|---|
public String getLocation()
Stringpublic void setLocation(String value)
value - allowed object is
Stringpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String toString()
toString in class Object
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic Schema withLocation(String value)
public Schema withVersion(String value)
public Schema withNamespace(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||