Package system.io.packaging
Class PackageProperties
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.io.packaging.PackageProperties
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class PackageProperties extends NetObject implements java.lang.AutoCloseable
The base .NET class managing System.IO.Packaging.PackageProperties, System.IO.Packaging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.IO.Packaging.PackageProperties
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.IO.Packaging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.IO.Packagingstatic java.lang.String
className
Qualified class name: System.IO.Packaging.PackagePropertiesstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description PackageProperties()
PackageProperties(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PackageProperties
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoPackageProperties
, a cast assert is made to check if types are compatible.void
close()
void
Dispose()
java.lang.String
getCategory()
java.lang.String
getContentStatus()
java.lang.String
getContentType()
java.lang.String
getCreator()
java.lang.String
getDescription()
java.lang.String
getIdentifier()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typejava.lang.String
getKeywords()
java.lang.String
getLanguage()
java.lang.String
getLastModifiedBy()
java.lang.String
getRevision()
java.lang.String
getSubject()
java.lang.String
getTitle()
java.lang.String
getVersion()
void
setCategory(java.lang.String Category)
void
setContentStatus(java.lang.String ContentStatus)
void
setContentType(java.lang.String ContentType)
void
setCreator(java.lang.String Creator)
void
setDescription(java.lang.String Description)
void
setIdentifier(java.lang.String Identifier)
void
setJCOInstance(JCObject instance)
void
setKeywords(java.lang.String Keywords)
void
setLanguage(java.lang.String Language)
void
setLastModifiedBy(java.lang.String LastModifiedBy)
void
setRevision(java.lang.String Revision)
void
setSubject(java.lang.String Subject)
void
setTitle(java.lang.String Title)
void
setVersion(java.lang.String Version)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.IO.Packaging, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.IO.Packaging- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.IO.Packaging.PackageProperties- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static PackageProperties cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoPackageProperties
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
PackageProperties
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
getCategory
public java.lang.String getCategory() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCategory
public void setCategory(java.lang.String Category) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContentStatus
public java.lang.String getContentStatus() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContentStatus
public void setContentStatus(java.lang.String ContentStatus) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getCreator
public java.lang.String getCreator() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCreator
public void setCreator(java.lang.String Creator) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDescription
public java.lang.String getDescription() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDescription
public void setDescription(java.lang.String Description) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getIdentifier
public java.lang.String getIdentifier() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIdentifier
public void setIdentifier(java.lang.String Identifier) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getKeywords
public java.lang.String getKeywords() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setKeywords
public void setKeywords(java.lang.String Keywords) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLanguage
public java.lang.String getLanguage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLanguage
public void setLanguage(java.lang.String Language) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLastModifiedBy
public java.lang.String getLastModifiedBy() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLastModifiedBy
public void setLastModifiedBy(java.lang.String LastModifiedBy) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getRevision
public java.lang.String getRevision() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setRevision
public void setRevision(java.lang.String Revision) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSubject
public java.lang.String getSubject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSubject
public void setSubject(java.lang.String Subject) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTitle
public java.lang.String getTitle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTitle
public void setTitle(java.lang.String Title) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getVersion
public java.lang.String getVersion() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVersion
public void setVersion(java.lang.String Version) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-