Class PartInfo.Builder<_B>
- java.lang.Object
-
- org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartInfo.Builder<_B>
-
-
Field Summary
Fields Modifier and Type Field Description protected _B_parentBuilderprotected PartInfo_storedValue
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartInfobuild()PartInfo.Builder<_B>copyOf(PartInfo _other)PartInfo.Builder<_B>copyOf(PartInfo.Builder _other)_Bend()protected <_P extends PartInfo>
_Pinit(_P _product)Description.Builder<? extends PartInfo.Builder<_B>>withDescription()Returns the existing builder or a new builder to build the value of the "description" property.PartInfo.Builder<_B>withDescription(Description description)Sets the new value of "description" (any previous value will be replaced)PartInfo.Builder<_B>withHref(String href)Sets the new value of "href" (any previous value will be replaced)PartProperties.Builder<? extends PartInfo.Builder<_B>>withPartProperties()Returns the existing builder or a new builder to build the value of the "partProperties" property.PartInfo.Builder<_B>withPartProperties(PartProperties partProperties)Sets the new value of "partProperties" (any previous value will be replaced)Schema.Builder<? extends PartInfo.Builder<_B>>withSchema()Returns the existing builder or a new builder to build the value of the "schema" property.PartInfo.Builder<_B>withSchema(Schema schema)Sets the new value of "schema" (any previous value will be replaced)
-
-
-
Method Detail
-
end
public _B end()
-
init
protected <_P extends PartInfo> _P init(_P _product)
-
withSchema
public PartInfo.Builder<_B> withSchema(Schema schema)
Sets the new value of "schema" (any previous value will be replaced)- Parameters:
schema- New value of the "schema" property.
-
withSchema
public Schema.Builder<? extends PartInfo.Builder<_B>> withSchema()
Returns the existing builder or a new builder to build the value of the "schema" property. UseSchema.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "schema" property.
Use
Schema.Builder.end()to return to the current builder.
-
withDescription
public PartInfo.Builder<_B> withDescription(Description description)
Sets the new value of "description" (any previous value will be replaced)- Parameters:
description- New value of the "description" property.
-
withDescription
public Description.Builder<? extends PartInfo.Builder<_B>> withDescription()
Returns the existing builder or a new builder to build the value of the "description" property. UseDescription.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "description" property.
Use
Description.Builder.end()to return to the current builder.
-
withPartProperties
public PartInfo.Builder<_B> withPartProperties(PartProperties partProperties)
Sets the new value of "partProperties" (any previous value will be replaced)- Parameters:
partProperties- New value of the "partProperties" property.
-
withPartProperties
public PartProperties.Builder<? extends PartInfo.Builder<_B>> withPartProperties()
Returns the existing builder or a new builder to build the value of the "partProperties" property. UsePartProperties.Builder.end()to return to the current builder.- Returns:
- A new builder to build the value of the "partProperties" property.
Use
PartProperties.Builder.end()to return to the current builder.
-
withHref
public PartInfo.Builder<_B> withHref(String href)
Sets the new value of "href" (any previous value will be replaced)- Parameters:
href- New value of the "href" property.
-
build
public PartInfo build()
- Specified by:
buildin interfacecom.kscs.util.jaxb.Buildable
-
copyOf
public PartInfo.Builder<_B> copyOf(PartInfo _other)
-
copyOf
public PartInfo.Builder<_B> copyOf(PartInfo.Builder _other)
-
-