public class Attributeproperty
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.highqsoft.de/schema}attribute"/> </sequence> <attribute name="name" use="required" type="{http://www.highqsoft.de/schema}attributepropertyname" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Attribute |
attribute |
protected Attributepropertyname |
name |
Constructor and Description |
---|
Attributeproperty() |
Modifier and Type | Method and Description |
---|---|
Attribute |
getAttribute()
Gets the value of the attribute property.
|
Attributepropertyname |
getName()
Gets the value of the name property.
|
void |
setAttribute(Attribute value)
Sets the value of the attribute property.
|
void |
setName(Attributepropertyname value)
Sets the value of the name property.
|
protected Attribute attribute
protected Attributepropertyname name
public Attribute getAttribute()
Attribute
public void setAttribute(Attribute value)
value
- allowed object is
Attribute
public Attributepropertyname getName()
Attributepropertyname
public void setName(Attributepropertyname value)
value
- allowed object is
Attributepropertyname