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