public class DomainBuildSpecification extends Object
Java class for DomainBuildSpecification complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DomainBuildSpecification"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DomainNameIsDefaultSubsystemName" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="DefaultSubsystemName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DefaultSubsystemRange" use="required" type="{http://www.miuml.org/metamodel}PositiveInteger" /> <attribute name="DefaultIdName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="DefaultIdType" use="required" type="{http://www.miuml.org/metamodel}Name" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
defaultIdName |
protected String |
defaultIdType |
protected String |
defaultSubsystemName |
protected BigInteger |
defaultSubsystemRange |
protected boolean |
domainNameIsDefaultSubsystemName |
protected String |
name |
Constructor and Description |
---|
DomainBuildSpecification() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultIdName()
Gets the value of the defaultIdName property.
|
String |
getDefaultIdType()
Gets the value of the defaultIdType property.
|
String |
getDefaultSubsystemName()
Gets the value of the defaultSubsystemName property.
|
BigInteger |
getDefaultSubsystemRange()
Gets the value of the defaultSubsystemRange property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isDomainNameIsDefaultSubsystemName()
Gets the value of the domainNameIsDefaultSubsystemName property.
|
void |
setDefaultIdName(String value)
Sets the value of the defaultIdName property.
|
void |
setDefaultIdType(String value)
Sets the value of the defaultIdType property.
|
void |
setDefaultSubsystemName(String value)
Sets the value of the defaultSubsystemName property.
|
void |
setDefaultSubsystemRange(BigInteger value)
Sets the value of the defaultSubsystemRange property.
|
void |
setDomainNameIsDefaultSubsystemName(boolean value)
Sets the value of the domainNameIsDefaultSubsystemName property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected boolean domainNameIsDefaultSubsystemName
protected String defaultSubsystemName
protected BigInteger defaultSubsystemRange
protected String defaultIdName
protected String defaultIdType
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public boolean isDomainNameIsDefaultSubsystemName()
public void setDomainNameIsDefaultSubsystemName(boolean value)
public String getDefaultSubsystemName()
String
public void setDefaultSubsystemName(String value)
value
- allowed object is
String
public BigInteger getDefaultSubsystemRange()
BigInteger
public void setDefaultSubsystemRange(BigInteger value)
value
- allowed object is
BigInteger
public String getDefaultIdName()
String
public void setDefaultIdName(String value)
value
- allowed object is
String
public String getDefaultIdType()
String
Copyright © 2012–2022. All rights reserved.