Class Resource

java.lang.Object
net.finmath.smartcontract.product.xml.Resource

public class Resource extends Object
Describes the resource that contains the media representation of a business event (i.e used for stating the Publicly Available Information). For example, can describe a file or a URL that represents the event. This type is an extended version of a type defined by RIXML (www.rixml.org).

Java class for Resource complex type.

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

 <complexType name="Resource">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resourceId" type="{http://www.fpml.org/FpML-5/confirmation}ResourceId"/>
         <element name="resourceType" type="{http://www.fpml.org/FpML-5/confirmation}ResourceType" minOccurs="0"/>
         <element name="language" type="{http://www.fpml.org/FpML-5/confirmation}Language" minOccurs="0"/>
         <element name="sizeInBytes" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="length" type="{http://www.fpml.org/FpML-5/confirmation}ResourceLength" minOccurs="0"/>
         <element name="mimeType" type="{http://www.fpml.org/FpML-5/confirmation}MimeType"/>
         <element name="name" type="{http://www.fpml.org/FpML-5/confirmation}NormalizedString" minOccurs="0"/>
         <element name="comments" type="{http://www.fpml.org/FpML-5/confirmation}String" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="string" type="{http://www.fpml.org/FpML-5/confirmation}String"/>
           <element name="hexadecimalBinary" type="{http://www.w3.org/2001/XMLSchema}hexBinary"/>
           <element name="base64Binary" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           <element name="url" type="{http://www.fpml.org/FpML-5/confirmation}NonEmptyURI"/>
         </choice>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • resourceId

      protected ResourceId resourceId
    • resourceType

      protected ResourceType resourceType
    • language

      protected Language language
    • sizeInBytes

      protected BigDecimal sizeInBytes
    • length

      protected ResourceLength length
    • mimeType

      protected MimeType mimeType
    • name

      protected String name
    • comments

      protected String comments
    • string

      protected String string
    • hexadecimalBinary

      protected byte[] hexadecimalBinary
    • base64Binary

      protected byte[] base64Binary
    • url

      protected String url
  • Constructor Details

    • Resource

      public Resource()
  • Method Details

    • getResourceId

      public ResourceId getResourceId()
      Gets the value of the resourceId property.
      Returns:
      possible object is ResourceId
    • setResourceId

      public void setResourceId(ResourceId value)
      Sets the value of the resourceId property.
      Parameters:
      value - allowed object is ResourceId
    • getResourceType

      public ResourceType getResourceType()
      Gets the value of the resourceType property.
      Returns:
      possible object is ResourceType
    • setResourceType

      public void setResourceType(ResourceType value)
      Sets the value of the resourceType property.
      Parameters:
      value - allowed object is ResourceType
    • getLanguage

      public Language getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is Language
    • setLanguage

      public void setLanguage(Language value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is Language
    • getSizeInBytes

      public BigDecimal getSizeInBytes()
      Gets the value of the sizeInBytes property.
      Returns:
      possible object is BigDecimal
    • setSizeInBytes

      public void setSizeInBytes(BigDecimal value)
      Sets the value of the sizeInBytes property.
      Parameters:
      value - allowed object is BigDecimal
    • getLength

      public ResourceLength getLength()
      Gets the value of the length property.
      Returns:
      possible object is ResourceLength
    • setLength

      public void setLength(ResourceLength value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is ResourceLength
    • getMimeType

      public MimeType getMimeType()
      Gets the value of the mimeType property.
      Returns:
      possible object is MimeType
    • setMimeType

      public void setMimeType(MimeType value)
      Sets the value of the mimeType property.
      Parameters:
      value - allowed object is MimeType
    • 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
    • getComments

      public String getComments()
      Gets the value of the comments property.
      Returns:
      possible object is String
    • setComments

      public void setComments(String value)
      Sets the value of the comments property.
      Parameters:
      value - allowed object is String
    • getString

      public String getString()
      Gets the value of the string property.
      Returns:
      possible object is String
    • setString

      public void setString(String value)
      Sets the value of the string property.
      Parameters:
      value - allowed object is String
    • getHexadecimalBinary

      public byte[] getHexadecimalBinary()
      Gets the value of the hexadecimalBinary property.
      Returns:
      possible object is String
    • setHexadecimalBinary

      public void setHexadecimalBinary(byte[] value)
      Sets the value of the hexadecimalBinary property.
      Parameters:
      value - allowed object is String
    • getBase64Binary

      public byte[] getBase64Binary()
      Gets the value of the base64Binary property.
      Returns:
      possible object is byte[]
    • setBase64Binary

      public void setBase64Binary(byte[] value)
      Sets the value of the base64Binary property.
      Parameters:
      value - allowed object is byte[]
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

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