public class AttributeDefinition extends Object implements Serializable
Java class for attribute complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="attribute">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
code
Код аттрибута
|
protected String |
name
Наименование аттрибута
|
| Constructor and Description |
|---|
AttributeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Gets the value of the code property.
|
String |
getName()
Gets the value of the name property.
|
void |
setCode(String value)
Sets the value of the code property.
|
void |
setName(String value)
Sets the value of the name property.
|
AttributeDefinition |
withCode(String value) |
AttributeDefinition |
withName(String value) |
protected String code
protected String name
public String getCode()
Код аттрибута
Stringpublic void setCode(String value)
public String getName()
Наименование аттрибута
Stringpublic void setName(String value)
public AttributeDefinition withCode(String value)
public AttributeDefinition withName(String value)
Copyright © 2020. All rights reserved.