Class Schema.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.Schema.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected Schema_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Schemabuild()Schema.Builder<_B>copyOf(Schema _other)Schema.Builder<_B>copyOf(Schema.Builder _other)_Bend()protected <_P extends Schema>
_Pinit(_P _product)Schema.Builder<_B>withLocation(String location)Sets the new value of "location" (any previous value will be replaced)Schema.Builder<_B>withNamespace(String namespace)Sets the new value of "namespace" (any previous value will be replaced)Schema.Builder<_B>withVersion(String version)Sets the new value of "version" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends Schema> _P init(_P _product)
-
withLocation
public Schema.Builder<_B> withLocation(String location)
Sets the new value of "location" (any previous value will be replaced)- Parameters:
location- New value of the "location" property.
-
withVersion
public Schema.Builder<_B> withVersion(String version)
Sets the new value of "version" (any previous value will be replaced)- Parameters:
version- New value of the "version" property.
-
withNamespace
public Schema.Builder<_B> withNamespace(String namespace)
Sets the new value of "namespace" (any previous value will be replaced)- Parameters:
namespace- New value of the "namespace" property.
-
build
public Schema build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public Schema.Builder<_B> copyOf(Schema _other)
-
copyOf
public Schema.Builder<_B> copyOf(Schema.Builder _other)
-
-