com.eurotech.framework.configuration.metatype
Interface Icon


public interface Icon

Java class for Ticon complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Ticon">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="resource" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
       <anyAttribute/>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getResource()
          Gets the value of the resource property.
 BigInteger getSize()
          Gets the value of the size property.
 

Method Detail

getResource

String getResource()
Gets the value of the resource property.

Returns:
possible object is String

getSize

BigInteger getSize()
Gets the value of the size property.

Returns:
possible object is BigInteger


Copyright © 2013. All Rights Reserved.