public class ProcessSpecificationInfoType extends Object
Java class for ProcessSpecificationInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessSpecificationInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0}xlink.grp"/>
<attribute name="instanceVersion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="uuid" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessSpecificationInfoType.Builder<_B> |
static class |
ProcessSpecificationInfoType.Select |
static class |
ProcessSpecificationInfoType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected String |
href |
protected String |
instanceVersion |
protected String |
name |
protected TypeType |
type |
protected String |
uuid |
| Constructor and Description |
|---|
ProcessSpecificationInfoType() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessSpecificationInfoType.Builder<Void> |
builder() |
static ProcessSpecificationInfoType.Builder<Void> |
copyExcept(ProcessSpecificationInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> ProcessSpecificationInfoType.Builder<_B> |
copyOf(ProcessSpecificationInfoType _other) |
static <_B> ProcessSpecificationInfoType.Builder<_B> |
copyOf(ProcessSpecificationInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static ProcessSpecificationInfoType.Builder<Void> |
copyOnly(ProcessSpecificationInfoType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(ProcessSpecificationInfoType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(ProcessSpecificationInfoType.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 |
getHref()
Gets the value of the href property.
|
String |
getInstanceVersion()
Gets the value of the instanceVersion property.
|
String |
getName()
Gets the value of the name property.
|
TypeType |
getType()
Gets the value of the type property.
|
String |
getUuid()
Gets the value of the uuid property.
|
<_B> ProcessSpecificationInfoType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> ProcessSpecificationInfoType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
ProcessSpecificationInfoType.Builder<Void> |
newCopyBuilder() |
ProcessSpecificationInfoType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setHref(String value)
Sets the value of the href property.
|
void |
setInstanceVersion(String value)
Sets the value of the instanceVersion property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(TypeType value)
Sets the value of the type property.
|
void |
setUuid(String value)
Sets the value of the uuid property.
|
protected String instanceVersion
protected String name
protected String uuid
protected TypeType type
protected String href
public String getInstanceVersion()
Stringpublic void setInstanceVersion(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getUuid()
Stringpublic void setUuid(String value)
value - allowed object is
Stringpublic TypeType getType()
TypeTypepublic void setType(TypeType value)
value - allowed object is
TypeTypepublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic <_B> void copyTo(ProcessSpecificationInfoType.Builder<_B> _other)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.ProcessSpecificationInfoType) 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> ProcessSpecificationInfoType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public ProcessSpecificationInfoType.Builder<Void> newCopyBuilder()
public static ProcessSpecificationInfoType.Builder<Void> builder()
public static <_B> ProcessSpecificationInfoType.Builder<_B> copyOf(ProcessSpecificationInfoType _other)
public <_B> void copyTo(ProcessSpecificationInfoType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.oasis_open.docs.ebxml_bp.ebbp_signals_2.ProcessSpecificationInfoType) 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> ProcessSpecificationInfoType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public ProcessSpecificationInfoType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> ProcessSpecificationInfoType.Builder<_B> copyOf(ProcessSpecificationInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static ProcessSpecificationInfoType.Builder<Void> copyExcept(ProcessSpecificationInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static ProcessSpecificationInfoType.Builder<Void> copyOnly(ProcessSpecificationInfoType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2021 NorStella. All rights reserved.