public class ElementName extends Object
Java class for ElementName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElementName"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute ref="{}slotName"/> <attribute ref="{}slotType"/> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
slotName |
protected String |
slotType |
protected String |
value |
Constructor and Description |
---|
ElementName() |
Modifier and Type | Method and Description |
---|---|
String |
getSlotName()
Gets the value of the slotName property.
|
String |
getSlotType()
Gets the value of the slotType property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setSlotName(String value)
Sets the value of the slotName property.
|
void |
setSlotType(String value)
Sets the value of the slotType property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String slotName
protected String slotType
public String getValue()
String
public void setValue(String value)
value
- allowed object is
String
public String getSlotName()
String
public void setSlotName(String value)
value
- allowed object is
String
public String getSlotType()
String
Copyright © 2010–2016 Planetary Data System. All rights reserved.