com.metsci.glimpse.dspl.schema
Class Attribute.Type

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Attribute.Type
Enclosing class:
Attribute

public static class Attribute.Type
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">
       <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 Summary
Attribute.Type()
           
 
Method Summary
 java.lang.String getFormat()
          Gets the value of the format property.
 DataType getRef()
          Gets the value of the ref property.
 void setFormat(java.lang.String value)
          Sets the value of the format property.
 void setRef(DataType value)
          Sets the value of the ref property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute.Type

public Attribute.Type()
Method Detail

getRef

public DataType getRef()
Gets the value of the ref property.

Returns:
possible object is DataType

setRef

public void setRef(DataType value)
Sets the value of the ref property.

Parameters:
value - allowed object is DataType

getFormat

public java.lang.String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(java.lang.String value)
Sets the value of the format property.

Parameters:
value - allowed object is String


Copyright © 2012 Metron, Inc.. All Rights Reserved.