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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Schema.Builder<_B> |
static class |
Schema.Select |
static class |
Schema.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
location |
protected String |
namespace |
protected String |
version |
| Constructor and Description |
|---|
Schema() |
| Modifier and Type | Method and Description |
|---|---|
static Schema.Builder<Void> |
builder() |
static Schema.Builder<Void> |
copyExcept(Schema _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> Schema.Builder<_B> |
copyOf(Schema _other) |
static <_B> Schema.Builder<_B> |
copyOf(Schema _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static Schema.Builder<Void> |
copyOnly(Schema _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(Schema.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(Schema.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
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.
|
<_B> Schema.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> Schema.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
Schema.Builder<Void> |
newCopyBuilder() |
Schema.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
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.
|
protected String location
protected String version
protected String namespace
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 <_B> void copyTo(Schema.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Schema.Builder<_B> newCopyBuilder(_B _parentBuilder)
public Schema.Builder<Void> newCopyBuilder()
public static Schema.Builder<Void> builder()
public static <_B> Schema.Builder<_B> copyOf(Schema _other)
public <_B> void copyTo(Schema.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> Schema.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public Schema.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> Schema.Builder<_B> copyOf(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static Schema.Builder<Void> copyExcept(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static Schema.Builder<Void> copyOnly(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.