org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Class Schema

java.lang.Object
  extended by org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class Schema
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

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

location

protected String location

version

protected String version

namespace

protected String namespace
Constructor Detail

Schema

public Schema()
Default no-arg constructor


Schema

public Schema(String location,
              String version,
              String namespace)
Fully-initialising value constructor

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 is String

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 is String

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

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withLocation

public Schema withLocation(String value)

withVersion

public Schema withVersion(String value)

withNamespace

public Schema withNamespace(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.