Class SVGColorProfileClass

java.lang.Object
org.plutext.jaxb.svg11.SVGColorProfileContent
org.plutext.jaxb.svg11.SVGColorProfileClass

public class SVGColorProfileClass extends SVGColorProfileContent

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <extension base="{http://www.w3.org/2000/svg}SVG.color-profile.content">
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.XLink.attrib"/>
       <attGroup ref="{http://www.w3.org/2000/svg}SVG.Core.attrib"/>
       <attribute name="local" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="rendering-intent" default="auto">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="auto"/>
             <enumeration value="perceptual"/>
             <enumeration value="relative-colorimetric"/>
             <enumeration value="saturation"/>
             <enumeration value="absolute-colorimetric"/>
           </restriction>
         </simpleType>
       </attribute>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • local

      protected String local
    • name

      protected String name
    • renderingIntent

      protected String renderingIntent
    • type

      protected String type
    • href

      protected String href
    • role

      protected String role
    • arcrole

      protected String arcrole
    • title

      protected String title
    • show

      protected String show
    • actuate

      protected String actuate
    • id

      protected String id
    • base

      protected String base
    • space

      protected String space
    • lang

      protected String lang
  • Constructor Details

    • SVGColorProfileClass

      public SVGColorProfileClass()
  • Method Details

    • getLocal

      public String getLocal()
      Gets the value of the local property.
      Returns:
      possible object is String
    • setLocal

      public void setLocal(String value)
      Sets the value of the local property.
      Parameters:
      value - allowed object is String
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getRenderingIntent

      public String getRenderingIntent()
      Gets the value of the renderingIntent property.
      Returns:
      possible object is String
    • setRenderingIntent

      public void setRenderingIntent(String value)
      Sets the value of the renderingIntent property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getHref

      public String getHref()
      Gets the value of the href property.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String
    • getRole

      public String getRole()
      Gets the value of the role property.
      Returns:
      possible object is String
    • setRole

      public void setRole(String value)
      Sets the value of the role property.
      Parameters:
      value - allowed object is String
    • getArcrole

      public String getArcrole()
      Gets the value of the arcrole property.
      Returns:
      possible object is String
    • setArcrole

      public void setArcrole(String value)
      Sets the value of the arcrole property.
      Parameters:
      value - allowed object is String
    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getShow

      public String getShow()
      Gets the value of the show property.
      Returns:
      possible object is String
    • setShow

      public void setShow(String value)
      Sets the value of the show property.
      Parameters:
      value - allowed object is String
    • getActuate

      public String getActuate()
      Gets the value of the actuate property.
      Returns:
      possible object is String
    • setActuate

      public void setActuate(String value)
      Sets the value of the actuate property.
      Parameters:
      value - allowed object is String
    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getBase

      public String getBase()
      Gets the value of the base property.
      Returns:
      possible object is String
    • setBase

      public void setBase(String value)
      Sets the value of the base property.
      Parameters:
      value - allowed object is String
    • getSpace

      public String getSpace()
      Gets the value of the space property.
      Returns:
      possible object is String
    • setSpace

      public void setSpace(String value)
      Sets the value of the space property.
      Parameters:
      value - allowed object is String
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String