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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSchema.Builder<_B>static classSchema.Selectstatic classSchema.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Constructor Summary
Constructors Constructor Description Schema()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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> voidcopyTo(Schema.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(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.StringgetLocation()Gets the value of the location property.StringgetNamespace()Gets the value of the namespace property.StringgetVersion()Gets the value of the version property.Schema.Builder<Void>newCopyBuilder()<_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(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)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
-
setNamespace
public void setNamespace(String value)
Sets the value of the namespace property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(Schema.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> Schema.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public Schema.Builder<Void> newCopyBuilder()
-
builder
public static Schema.Builder<Void> builder()
-
copyOf
public static <_B> Schema.Builder<_B> copyOf(Schema _other)
-
copyTo
public <_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. This method is used by thecopyOf(org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> Schema.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public Schema.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> Schema.Builder<_B> copyOf(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static Schema.Builder<Void> copyExcept(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static Schema.Builder<Void> copyOnly(Schema _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-