public static class SubPremise.SubPremiseName extends Object implements Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
content |
protected String |
typeOccurrence |
protected String |
underscore |
| Constructor and Description |
|---|
SubPremise.SubPremiseName() |
| Modifier and Type | Method and Description |
|---|---|
SubPremise.SubPremiseName |
clone() |
boolean |
equals(Object obj) |
String |
getCode() |
String |
getContent() |
Map<QName,String> |
getOtherAttributes() |
String |
getTypeOccurrence() |
String |
getUnderscore() |
int |
hashCode() |
void |
setCode(String value) |
void |
setContent(String value) |
void |
setTypeOccurrence(String value) |
void |
setUnderscore(String value) |
SubPremise.SubPremiseName |
withCode(String code)
fluent setter
|
SubPremise.SubPremiseName |
withContent(String content)
fluent setter
|
SubPremise.SubPremiseName |
withTypeOccurrence(String typeOccurrence)
fluent setter
|
SubPremise.SubPremiseName |
withUnderscore(String underscore)
fluent setter
|
protected String content
protected String underscore
protected String typeOccurrence
protected String code
public void setTypeOccurrence(String value)
value - allowed object is
Stringpublic SubPremise.SubPremiseName withContent(String content)
content - required parametersetContent(String)public SubPremise.SubPremiseName withUnderscore(String underscore)
underscore - required parametersetUnderscore(String)public SubPremise.SubPremiseName withTypeOccurrence(String typeOccurrence)
typeOccurrence - required parametersetTypeOccurrence(String)public SubPremise.SubPremiseName withCode(String code)
code - required parametersetCode(String)public SubPremise.SubPremiseName clone()
Copyright © 2014 Micromata GmbH. All rights reserved.