public static class Attribute.Type extends 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"> <attribute name="ref" use="required" type="{http://schemas.google.com/dspl/2010}DataType" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Type() |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
Gets the value of the format property.
|
DataType |
getRef()
Gets the value of the ref property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setRef(DataType value)
Sets the value of the ref property.
|
public DataType getRef()
DataType
public void setRef(DataType value)
value
- allowed object is
DataType
public String getFormat()
String
Copyright © 2016 Metron, Inc.. All rights reserved.